Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,8 +139,8 @@ if query !="none":#line:86:if query!="salir":
|
|
139 |
#st .text (count_words )#line:222:st.text(count_words)
|
140 |
if not np .all (count_words ==0 ):#line:224:if not np.all(count_words==0):
|
141 |
for indexin in indexmax :#line:226:for indexin in indexmax:
|
142 |
-
st .text (indexin )#line:228:st.text(indexin)
|
143 |
-
st .text (count_words [indexin ])#line:229:st.text(count_words[indexin])
|
144 |
st .text ("Si has preguntado...\n")#line:230:st.text("Si has preguntado...\n")
|
145 |
st .text (df .iloc [indexin ,2 ])#line:231:st.text(df.iloc[indexin,2])
|
146 |
st .text ("La respuesta es...\n")#line:232:st.text("La respuesta es...\n")
|
|
|
139 |
#st .text (count_words )#line:222:st.text(count_words)
|
140 |
if not np .all (count_words ==0 ):#line:224:if not np.all(count_words==0):
|
141 |
for indexin in indexmax :#line:226:for indexin in indexmax:
|
142 |
+
#st .text (indexin )#line:228:st.text(indexin)
|
143 |
+
#st .text (count_words [indexin ])#line:229:st.text(count_words[indexin])
|
144 |
st .text ("Si has preguntado...\n")#line:230:st.text("Si has preguntado...\n")
|
145 |
st .text (df .iloc [indexin ,2 ])#line:231:st.text(df.iloc[indexin,2])
|
146 |
st .text ("La respuesta es...\n")#line:232:st.text("La respuesta es...\n")
|