Szymon Woźniak commited on
Commit
e883a51
1 Parent(s): a851110

rename export example expander

Browse files
pages/2_Dataset_Statistics_&_citation_export.py CHANGED
@@ -54,7 +54,7 @@ Column descriptions:
54
  - **Paper**: Link to the paper in which the dataset was originally published,
55
  - **Citation**: Citation for the dataset,""")
56
 
57
- with st.expander("Citation export example") as exp:
58
  st.video("data/export_example.webm")
59
 
60
  df = get_language_stats_df()
 
54
  - **Paper**: Link to the paper in which the dataset was originally published,
55
  - **Citation**: Citation for the dataset,""")
56
 
57
+ with st.expander("How to export citations") as exp:
58
  st.video("data/export_example.webm")
59
 
60
  df = get_language_stats_df()