cdleong commited on
Commit
6570b48
1 Parent(s): e4090f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from langcodes import *
3
 
4
  # https://huggingface.co/blog/streamlit-spaces
5
  langtext = st.text_area("language code", "en")
1
  import streamlit as st
2
+ import langcodes
3
 
4
  # https://huggingface.co/blog/streamlit-spaces
5
  langtext = st.text_area("language code", "en")