68a8c29 8dc649a 68a8c29 5a1315d e4090f9
1
2
3
4
5
6
7
import streamlit as st from langcodes import * # https://huggingface.co/blog/streamlit-spaces langtext = st.text_area("language code", "en") found = langcodes.find(langtext) st.write(found)