Spaces:
Runtime error
Runtime error
Commit
•
aabef59
1
Parent(s):
8a5ceeb
Update app.py (#3)
Browse files- Update app.py (192e9a6b1c8c4385a6942241655a528ae8494bde)
Co-authored-by: Unarine Leo Netshifhefhe <[email protected]>
app.py
CHANGED
@@ -356,7 +356,11 @@ def compute(sentences, version = 'v3'):
|
|
356 |
# render_svg(open("assets/glotlid_logo.svg").read())
|
357 |
|
358 |
render_metadata()
|
359 |
-
|
|
|
|
|
|
|
|
|
360 |
st.markdown("**DSFSI** Language Identification (LID) Inference Endpoint Created with **HuggingFace Spaces**.")
|
361 |
|
362 |
|
|
|
356 |
# render_svg(open("assets/glotlid_logo.svg").read())
|
357 |
|
358 |
render_metadata()
|
359 |
+
img1, img2, img3 = st.columns(3)
|
360 |
+
with img2:
|
361 |
+
with st.container(border=False):
|
362 |
+
st.image("logo_transparent_small.png")
|
363 |
+
|
364 |
st.markdown("**DSFSI** Language Identification (LID) Inference Endpoint Created with **HuggingFace Spaces**.")
|
365 |
|
366 |
|