awacke1 commited on
Commit
1d65ab2
·
1 Parent(s): 7523b63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ with c30:
34
  uploaded_file.seek(0)
35
  file_container.write(shows)
36
  else:
37
- st.info(f"""⬆️Upload⬆️ a 📝.CSV📝 file. AI Generated Dataset Examples: [Carddata.csv](https://huggingface.co/datasets/awacke1/Carddata.csv) [MindfulStory.csv](https://huggingface.co/datasets/awacke1/MindfulStory.csv) [WikipediaSearch](https://huggingface.co/datasets/awacke1/WikipediaSearch)""")
38
  st.stop()
39
  gb = GridOptionsBuilder.from_dataframe(shows)
40
  gb.configure_default_column(enablePivot=True, enableValue=True, enableRowGroup=True)
 
34
  uploaded_file.seek(0)
35
  file_container.write(shows)
36
  else:
37
+ st.info(f"""⬆️Upload a 📝.CSV file. AI Generated Dataset Examples: [Carddata.csv](https://huggingface.co/datasets/awacke1/Carddata.csv) [MindfulStory.csv](https://huggingface.co/datasets/awacke1/MindfulStory.csv) [WikipediaSearch](https://huggingface.co/datasets/awacke1/WikipediaSearch)""")
38
  st.stop()
39
  gb = GridOptionsBuilder.from_dataframe(shows)
40
  gb.configure_default_column(enablePivot=True, enableValue=True, enableRowGroup=True)