Spaces:
Sleeping
Sleeping
Update pages/1_Chatbot_FR.py
Browse files- pages/1_Chatbot_FR.py +1 -1
pages/1_Chatbot_FR.py
CHANGED
@@ -385,7 +385,7 @@ def main():
|
|
385 |
|
386 |
st.write("**Question :**")
|
387 |
st.write(user_query_fr)
|
388 |
-
st.write("**Réponse générée
|
389 |
st.write(response_fr)
|
390 |
|
391 |
# --- Classification step ---
|
|
|
385 |
|
386 |
st.write("**Question :**")
|
387 |
st.write(user_query_fr)
|
388 |
+
st.write("**Réponse générée :**")
|
389 |
st.write(response_fr)
|
390 |
|
391 |
# --- Classification step ---
|