Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ with c30:
|
|
40 |
uploaded_file.seek(0)
|
41 |
file_container.write(shows)
|
42 |
else:
|
43 |
-
st.info(f"""⬆️Upload a 📝.CSV file.
|
44 |
st.stop()
|
45 |
|
46 |
# DisplayGrid
|
|
|
40 |
uploaded_file.seek(0)
|
41 |
file_container.write(shows)
|
42 |
else:
|
43 |
+
st.info(f"""⬆️Upload a 📝.CSV file. Examples: [Card Data](https://huggingface.co/datasets/awacke1/Carddata.csv) [Mindful Stories](https://huggingface.co/datasets/awacke1/MindfulStory.csv) [Wikipedia](https://huggingface.co/datasets/awacke1/WikipediaSearch)""")
|
44 |
st.stop()
|
45 |
|
46 |
# DisplayGrid
|