Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -109,5 +109,6 @@ st.text_area( "Respuesta: ", key= "respuesta", height=200 )
|
|
109 |
# Section 1
|
110 |
#button = st.button('Button')
|
111 |
logtxtbox = st.empty()
|
112 |
-
logtxtbox.text_area("Logging: ",logtxt, height = 500)
|
113 |
|
|
|
|
109 |
# Section 1
|
110 |
#button = st.button('Button')
|
111 |
logtxtbox = st.empty()
|
112 |
+
#logtxtbox.text_area("Logging: ",logtxt, height = 500)
|
113 |
|
114 |
+
st.write('exe')
|