Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -307,6 +307,8 @@ if selected_app == "3) Merge CSVs":
|
|
307 |
st.rerun()
|
308 |
|
309 |
if selected_app == "4) Upload Datasets":
|
|
|
|
|
310 |
st.markdown("1. Go to this [google colab link](https://colab.research.google.com/drive/1eCpk9HUoCKZb--tiNyQSHFW2ojoaA35m?usp=sharing) to get started")
|
311 |
st.divider()
|
312 |
|
|
|
307 |
st.rerun()
|
308 |
|
309 |
if selected_app == "4) Upload Datasets":
|
310 |
+
st.markdown("### On this page, you'll upload your CSVs to HuggingFace (which hosts your chatbot)")
|
311 |
+
|
312 |
st.markdown("1. Go to this [google colab link](https://colab.research.google.com/drive/1eCpk9HUoCKZb--tiNyQSHFW2ojoaA35m?usp=sharing) to get started")
|
313 |
st.divider()
|
314 |
|