Spaces:
Sleeping
Sleeping
Update src/dashboard_app.py
Browse files- src/dashboard_app.py +2 -1
src/dashboard_app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
# --- IMPORTANT POUR HUGGING FACE SPACES ---
|
| 2 |
# Assurez-vous que votre fichier requirements.txt (à la RACINE du dépôt) contient AU MOINS :
|
| 3 |
# streamlit
|
|
@@ -1323,4 +1324,4 @@ with chat_tab:
|
|
| 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 |
-
```
|
|
|
|
| 1 |
+
```python
|
| 2 |
# --- IMPORTANT POUR HUGGING FACE SPACES ---
|
| 3 |
# Assurez-vous que votre fichier requirements.txt (à la RACINE du dépôt) contient AU MOINS :
|
| 4 |
# streamlit
|
|
|
|
| 1324 |
st.error(error_message)
|
| 1325 |
st.session_state.gemini_chat_history.append({"role": "assistant", "content": f"(Erreur système: {e})"})
|
| 1326 |
else: st.error("Modèle Chat IA indisponible après tentative d'initialisation.")
|
| 1327 |
+
```
|