UnarineLeo commited on
Commit
303856e
1 Parent(s): e50c913

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- 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"])
 
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"])