Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,9 +20,8 @@ def semanticComparativeClassification():
|
|
20 |
"https://api-inference.huggingface.co/models/sentence-transformers/distiluse-base-multilingual-cased-v2"
|
21 |
]
|
22 |
|
23 |
-
for api_url in apis_urls:
|
24 |
-
|
25 |
-
logtxtbox.text_area("Logging: ", logtxt, height=500)
|
26 |
semanticComparativeClassificationCall(api_url)
|
27 |
|
28 |
|
@@ -111,4 +110,4 @@ st.text_area( "Respuesta: ", key= "respuesta", height=200 )
|
|
111 |
logtxtbox = st.empty()
|
112 |
#logtxtbox.text_area("Logging: ",logtxt, height = 500)
|
113 |
|
114 |
-
st.
|
|
|
20 |
"https://api-inference.huggingface.co/models/sentence-transformers/distiluse-base-multilingual-cased-v2"
|
21 |
]
|
22 |
|
23 |
+
for api_url in apis_urls:
|
24 |
+
logtxtbox.write("Logging: ", logtxt, height=500)
|
|
|
25 |
semanticComparativeClassificationCall(api_url)
|
26 |
|
27 |
|
|
|
110 |
logtxtbox = st.empty()
|
111 |
#logtxtbox.text_area("Logging: ",logtxt, height = 500)
|
112 |
|
113 |
+
logtxtbox = st.markdown('ssss', unsafe_allow_html=True)
|