Skip to content

Commit b93cea9

Browse files
Merge pull request #5 from Vishnu-Moorthi/master
Updated the CDN version
2 parents f94c405 + dd97fb6 commit b93cea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can import themes for the Syncfusion Streamlit component from the CDN. Refer
6565
You can change the default theme with any of the available [built-in themes](https://ej2.syncfusion.com/react/documentation/appearance/theme/). In this article, the `Fluent` theme is applied using `theme` property, which are available in CDN. The necessary `Fluent` CSS styles for the Grid component were passed into the `theme` property, which is referenced using the code snippet below.
6666

6767
```py
68-
props.theme = 'https://cdn.syncfusion.com/ej2/22.1.34/fluent.css'
68+
props.theme = 'https://cdn.syncfusion.com/ej2/23.1.36/fluent.css'
6969
```
7070

7171
## Run the application
@@ -78,7 +78,7 @@ import pandas as pd
7878

7979
data = pd.read_csv('dataset.csv')
8080
props = GridProps(data)
81-
props.theme = 'https://cdn.syncfusion.com/ej2/22.1.34/fluent.css'
81+
props.theme = 'https://cdn.syncfusion.com/ej2/23.1.36/fluent.css'
8282

8383
SfGrid(props)
8484
```

0 commit comments

Comments
 (0)