Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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)
|