JPLTedCas commited on
Commit
6af2a61
·
1 Parent(s): 0d8bc23

Update app.py

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