Spaces:
Runtime error
Runtime error
UnarineLeo
commited on
Commit
•
303856e
1
Parent(s):
e50c913
Update app.py
Browse files
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"])
|