Spaces:
Runtime error
Runtime error
Update app.py (#6)
Browse files- Update app.py (303856e335d91bd103e71bb4329ebf8b7869cbe4)
Co-authored-by: Unarine Leo Netshifhefhe <[email protected]>
app.py
CHANGED
@@ -364,10 +364,10 @@ with img2:
|
|
364 |
|
365 |
st.markdown("**DSFSI** Language Identification (LID) Inference Endpoint Created with **HuggingFace Spaces**.")
|
366 |
|
367 |
-
with st.expander("More information about the space"):
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
|
372 |
|
373 |
tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])
|
|
|
364 |
|
365 |
st.markdown("**DSFSI** Language Identification (LID) Inference Endpoint Created with **HuggingFace Spaces**.")
|
366 |
|
367 |
+
# with st.expander("More information about the space"):
|
368 |
+
# st.write('''
|
369 |
+
# Authors: Alexandre Lacoste, Alexandra Luccioni, Victor Schmidt, Thomas Dandres
|
370 |
+
# ''')
|
371 |
|
372 |
|
373 |
tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])
|