graredcr commited on
Commit
a5c23fd
·
1 Parent(s): 98d3f10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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
- logtxt = logtxt+" "+ api_url
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.write('exe')
 
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)