cdleong commited on
Commit
21f3f46
·
1 Parent(s): 59b8b02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import streamlit as st
2
  import langcodes
3
 
4
-
5
  # https://huggingface.co/blog/streamlit-spaces
6
  langtext = st.text_input("language lookup using https://github.com/rspeer/langcodes, see also https://r12a.github.io/app-subtags/", "english")
7
 
 
1
  import streamlit as st
2
  import langcodes
3
 
 
4
  # https://huggingface.co/blog/streamlit-spaces
5
  langtext = st.text_input("language lookup using https://github.com/rspeer/langcodes, see also https://r12a.github.io/app-subtags/", "english")
6