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

Update app.py

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