langcode-search / app.py
cdleong's picture
Update app.py
5a1315d
raw
history blame
130 Bytes
import streamlit as st
from langcodes import *
# https://huggingface.co/blog/streamlit-spaces
st.text_area("language code", "en")