Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,5 +101,5 @@ st.text_area( "Respuesta: ", key= "respuesta", height=200 )
|
|
| 101 |
# Section 1
|
| 102 |
#button = st.button('Button')
|
| 103 |
button_placeholder = st.empty()
|
| 104 |
-
|
| 105 |
|
|
|
|
| 101 |
# Section 1
|
| 102 |
#button = st.button('Button')
|
| 103 |
button_placeholder = st.empty()
|
| 104 |
+
button_placeholder.write( 'Hola Logs' )
|
| 105 |
|