Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ if __name__ == "__main__":
|
|
| 54 |
valid_epitran_mappings = get_valid_epitran_mappings_list()
|
| 55 |
selected_mapping = st.selectbox("Which language/script pair would you like to use?", valid_epitran_mappings)
|
| 56 |
description = get_lang_description_from_mapping_name(selected_mapping)
|
| 57 |
-
st.write(f"You selected {selected_mapping}")
|
| 58 |
|
| 59 |
|
| 60 |
# iso_lang_code = st.text_input(
|
|
|
|
| 54 |
valid_epitran_mappings = get_valid_epitran_mappings_list()
|
| 55 |
selected_mapping = st.selectbox("Which language/script pair would you like to use?", valid_epitran_mappings)
|
| 56 |
description = get_lang_description_from_mapping_name(selected_mapping)
|
| 57 |
+
st.write(f"You selected {selected_mapping}, AKA {description }")
|
| 58 |
|
| 59 |
|
| 60 |
# iso_lang_code = st.text_input(
|