Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -318,6 +318,16 @@ if selected_app == "4) Upload Datasets":
|
|
| 318 |
st.image(image, caption="Example for Step 3",use_column_width=True)
|
| 319 |
st.divider()
|
| 320 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 321 |
if selected_app == "5) Create Chatbot":
|
| 322 |
if st.session_state.error != "":
|
| 323 |
st.error(st.session_state.error)
|
|
|
|
| 318 |
st.image(image, caption="Example for Step 3",use_column_width=True)
|
| 319 |
st.divider()
|
| 320 |
|
| 321 |
+
st.write("4. Click the play button in the top left of the cell")
|
| 322 |
+
image = Image.open('Example9.png')
|
| 323 |
+
st.image(image, caption="Example for Step 4",use_column_width=True)
|
| 324 |
+
st.divider()
|
| 325 |
+
|
| 326 |
+
st.write("5. Copy the path of your csv, input it into the text box, and click return")
|
| 327 |
+
image = Image.open('Example10.png')
|
| 328 |
+
st.image(image, caption="Example for Step 5",use_column_width=True)
|
| 329 |
+
st.divider()
|
| 330 |
+
|
| 331 |
if selected_app == "5) Create Chatbot":
|
| 332 |
if st.session_state.error != "":
|
| 333 |
st.error(st.session_state.error)
|