Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -211,4 +211,4 @@ if st.button("Run Chatbot"):
|
|
| 211 |
|
| 212 |
st.text_area("🧠 Model Response", value=response_text, height=400)
|
| 213 |
except Exception as e:
|
| 214 |
-
st.error(f"Model generation failed: {e}")
|
|
|
|
| 211 |
|
| 212 |
st.text_area("🧠 Model Response", value=response_text, height=400)
|
| 213 |
except Exception as e:
|
| 214 |
+
st.error(f"Model generation failed: {e}") ## answer
|