Evelyn18 commited on
Commit
9426915
1 Parent(s): 2d17c7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -95,4 +95,5 @@ if question:
95
  respuesta = st.text_area('Respuesta', listaPredicctions [indice])
96
  porcentaje = st.text_area('Score', max_value )
97
  resScore = st.text_area('List Score', listaScore )
 
98
 
 
95
  respuesta = st.text_area('Respuesta', listaPredicctions [indice])
96
  porcentaje = st.text_area('Score', max_value )
97
  resScore = st.text_area('List Score', listaScore )
98
+
99