Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,8 @@ def main():
|
|
132 |
|
133 |
user_question = st.text_input("Adelante pregunta")
|
134 |
if user_question:
|
135 |
-
|
|
|
136 |
|
137 |
|
138 |
|
|
|
132 |
|
133 |
user_question = st.text_input("Adelante pregunta")
|
134 |
if user_question:
|
135 |
+
with st.spinner("Procesando respuesta"):
|
136 |
+
handle_userinput(user_question)
|
137 |
|
138 |
|
139 |
|