Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -211,6 +211,7 @@ if user_input:
|
|
| 211 |
|
| 212 |
except Exception as e:
|
| 213 |
error_msg = f"❌ Error processing response: {str(e)}"
|
|
|
|
| 214 |
st.error(error_msg)
|
| 215 |
full_response = error_msg
|
| 216 |
|
|
|
|
| 211 |
|
| 212 |
except Exception as e:
|
| 213 |
error_msg = f"❌ Error processing response: {str(e)}"
|
| 214 |
+
placeholder.markdown(error_msg)
|
| 215 |
st.error(error_msg)
|
| 216 |
full_response = error_msg
|
| 217 |
|