Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -308,10 +308,14 @@ if selected_app == "4) Upload Datasets":
|
|
| 308 |
st.markdown("1. Go to this [google colab link](https://colab.research.google.com/drive/1eCpk9HUoCKZb--tiNyQSHFW2ojoaA35m?usp=sharing) to get started")
|
| 309 |
st.divider()
|
| 310 |
|
| 311 |
-
st.write("2. ")
|
|
|
|
|
|
|
| 312 |
st.divider()
|
| 313 |
|
| 314 |
-
st.write("3. ")
|
|
|
|
|
|
|
| 315 |
st.divider()
|
| 316 |
|
| 317 |
if selected_app == "5) Create Chatbot":
|
|
|
|
| 308 |
st.markdown("1. Go to this [google colab link](https://colab.research.google.com/drive/1eCpk9HUoCKZb--tiNyQSHFW2ojoaA35m?usp=sharing) to get started")
|
| 309 |
st.divider()
|
| 310 |
|
| 311 |
+
st.write("2. On the left sidebar, click 'Files'")
|
| 312 |
+
image = Image.open('Example7.png')
|
| 313 |
+
st.image(image, caption="Example for Step 2",use_column_width=True)
|
| 314 |
st.divider()
|
| 315 |
|
| 316 |
+
st.write("3. Drag and drop a CSV into the file space")
|
| 317 |
+
image = Image.open('Example8.png')
|
| 318 |
+
st.image(image, caption="Example for Step 3",use_column_width=True)
|
| 319 |
st.divider()
|
| 320 |
|
| 321 |
if selected_app == "5) Create Chatbot":
|