Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -170,5 +170,5 @@ if query !="none":#line:86:if query!="salir":
|
|
170 |
st .text ("Si has preguntado...\n")#line:230:st.text("Si has preguntado...\n")
|
171 |
st .text (df .iloc [indexin ,2])#line:231:st.text(df.iloc[indexin,2])
|
172 |
st .text ("La respuesta es...\n")#line:232:st.text("La respuesta es...\n")
|
173 |
-
st .text (df .iloc [indexin ,3])#line:233:st.text(df.iloc[indexin,3])
|
174 |
print ("GRACIAS!")
|
|
|
170 |
st .text ("Si has preguntado...\n")#line:230:st.text("Si has preguntado...\n")
|
171 |
st .text (df .iloc [indexin ,2])#line:231:st.text(df.iloc[indexin,2])
|
172 |
st .text ("La respuesta es...\n")#line:232:st.text("La respuesta es...\n")
|
173 |
+
st .text (df .iloc [indexin ,3])#line:233:st.text(df.iloc[indexin,3])
|
174 |
print ("GRACIAS!")
|