Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -319,7 +319,7 @@ if selected_app == "4) Create Chatbot":
|
|
| 319 |
if missing_info:
|
| 320 |
error = "Missing Info: "
|
| 321 |
for info in missing_info:
|
| 322 |
-
error += info
|
| 323 |
st.session_state.clear()
|
| 324 |
st.session_state.error = error
|
| 325 |
st.rerun()
|
|
|
|
| 319 |
if missing_info:
|
| 320 |
error = "Missing Info: "
|
| 321 |
for info in missing_info:
|
| 322 |
+
error += (info + ', ')
|
| 323 |
st.session_state.clear()
|
| 324 |
st.session_state.error = error
|
| 325 |
st.rerun()
|