Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|