Spaces:
Sleeping
Sleeping
Update src/dashboard_app.py
Browse files- src/dashboard_app.py +1 -2
src/dashboard_app.py
CHANGED
|
@@ -1322,5 +1322,4 @@ with chat_tab:
|
|
| 1322 |
error_message = f"Erreur communication API Google Gemini: {e}"
|
| 1323 |
st.error(error_message)
|
| 1324 |
st.session_state.gemini_chat_history.append({"role": "assistant", "content": f"(Erreur système: {e})"})
|
| 1325 |
-
else: st.error("Modèle Chat IA indisponible après tentative d'initialisation.")
|
| 1326 |
-
```
|
|
|
|
| 1322 |
error_message = f"Erreur communication API Google Gemini: {e}"
|
| 1323 |
st.error(error_message)
|
| 1324 |
st.session_state.gemini_chat_history.append({"role": "assistant", "content": f"(Erreur système: {e})"})
|
| 1325 |
+
else: st.error("Modèle Chat IA indisponible après tentative d'initialisation.")
|
|
|