abdelom commited on
Commit
8af7220
·
verified ·
1 Parent(s): 24c5701

Update pages/1_Chatbot_FR.py

Browse files
Files changed (1) hide show
  1. 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 par l'IA :**")
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 ---