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