JPLTedCas commited on
Commit
a577167
·
1 Parent(s): 67328cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -142,7 +142,8 @@ if query !="none":#line:86:if query!="salir":
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")
147
  #st .text (df .iloc [indexin ,3 ])#line:233:st.text(df.iloc[indexin,3])
148
  textd=str(df .iloc [indexin ,3 ])
 
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 .write (df .iloc [indexin ,2 ])
147
  st .text ("La respuesta es...\n")#line:232:st.text("La respuesta es...\n")
148
  #st .text (df .iloc [indexin ,3 ])#line:233:st.text(df.iloc[indexin,3])
149
  textd=str(df .iloc [indexin ,3 ])