Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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!")
|