mery22 commited on
Commit
8369489
·
verified ·
1 Parent(s): 93afb85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -146,6 +146,7 @@ st.markdown('<p class="centered-orange-text">"Votre Réponse à Chaque Défi Mé
146
  user_input = st.text_input("You:", "")
147
  submit_button = st.button("Ask 📨")
148
 
 
149
  if submit_button:
150
  if user_input.strip() != "":
151
  bot_response = chatbot_response(user_input)
 
146
  user_input = st.text_input("You:", "")
147
  submit_button = st.button("Ask 📨")
148
 
149
+
150
  if submit_button:
151
  if user_input.strip() != "":
152
  bot_response = chatbot_response(user_input)