Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -268,7 +268,8 @@ if selected_app == "3) Merge CSVs":
|
|
| 268 |
|
| 269 |
else:
|
| 270 |
st.markdown("### On this page, you'll merge your CSVs from Step 2 so that they are the right length (50-100) for Step 4.")
|
| 271 |
-
|
|
|
|
| 272 |
uploaded_files = st.file_uploader("Upload CSV files to merge", accept_multiple_files=True, type="csv")
|
| 273 |
with st.expander("Explain"):
|
| 274 |
st.write("Merge CSVs that contain related topics. Total CSV length should be around 50-100.")
|
|
@@ -308,7 +309,8 @@ if selected_app == "3) Merge CSVs":
|
|
| 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 |
|
|
|
|
| 268 |
|
| 269 |
else:
|
| 270 |
st.markdown("### On this page, you'll merge your CSVs from Step 2 so that they are the right length (50-100) for Step 4.")
|
| 271 |
+
st.divider()
|
| 272 |
+
|
| 273 |
uploaded_files = st.file_uploader("Upload CSV files to merge", accept_multiple_files=True, type="csv")
|
| 274 |
with st.expander("Explain"):
|
| 275 |
st.write("Merge CSVs that contain related topics. Total CSV length should be around 50-100.")
|
|
|
|
| 309 |
|
| 310 |
if selected_app == "4) Upload Datasets":
|
| 311 |
st.markdown("### On this page, you'll upload your CSVs to HuggingFace (which hosts your chatbot)")
|
| 312 |
+
st.divider()
|
| 313 |
+
|
| 314 |
st.markdown("1. Go to this [google colab link](https://colab.research.google.com/drive/1eCpk9HUoCKZb--tiNyQSHFW2ojoaA35m?usp=sharing) to get started")
|
| 315 |
st.divider()
|
| 316 |
|