KeshavRa commited on
Commit
e0d4b36
·
verified ·
1 Parent(s): b42dd18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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