cdleong commited on
Commit
06a40d6
·
1 Parent(s): cda4d82

Update app.py

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