Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,7 @@ def semanticComparativeClassification():
|
|
20 |
|
21 |
for api_url in apis_urls:
|
22 |
logtxt = logtxt+" "+ api_url
|
|
|
23 |
logtxtbox.text_area("Logging: ", logtxt, height=500)
|
24 |
semanticComparativeClassificationCall(api_url)
|
25 |
|
@@ -106,6 +107,6 @@ st.text_area( "Respuesta: ", key= "respuesta", height=200 )
|
|
106 |
|
107 |
# Section 1
|
108 |
#button = st.button('Button')
|
109 |
-
logtxtbox = st.empty()
|
110 |
-
logtxtbox.text_area("Logging: ",logtxt, height = 500)
|
111 |
|
|
|
20 |
|
21 |
for api_url in apis_urls:
|
22 |
logtxt = logtxt+" "+ api_url
|
23 |
+
logtxtbox = st.empty()
|
24 |
logtxtbox.text_area("Logging: ", logtxt, height=500)
|
25 |
semanticComparativeClassificationCall(api_url)
|
26 |
|
|
|
107 |
|
108 |
# Section 1
|
109 |
#button = st.button('Button')
|
110 |
+
#logtxtbox = st.empty()
|
111 |
+
#logtxtbox.text_area("Logging: ",logtxt, height = 500)
|
112 |
|