Skip to content

Commit 219f994

Browse files
committed
Update example
1 parent f018baa commit 219f994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamlit_condition_tree/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from streamlit_condition_tree import condition_tree, config_from_dataframe
55

66
df = pd.read_csv(
7-
'https://media.githubusercontent.com/media/datablist/sample-csv-files/main/files/people/people-100.csv',
7+
'https://drive.google.com/uc?id=1phaHg9objxK2MwaZmSUZAKQ8kVqlgng4&export=download',
88
index_col=0,
99
parse_dates=['Date of birth'],
1010
date_format='%Y-%m-%d')

0 commit comments

Comments
 (0)