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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -144,8 +144,8 @@ if query !="none":#line:86:if query!="salir":
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 ])
149
- st .write (textd)
150
- st.markdown(textd)
151
  print ("GRACIAS!")
 
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 ])
149
+ st .write (df .iloc [indexin ,3 ])
150
+ #st.markdown(textd)
151
  print ("GRACIAS!")