Spaces:
Runtime error
Runtime error
add input header
Browse files
app.py
CHANGED
@@ -123,6 +123,7 @@ if __name__ == "__main__":
|
|
123 |
examples['ara-Arab'] = 'فِي الْبَدْءِ كَانَ الْكَلِمَةُ، وَالْكَلِمَةُ كَانَ عِنْدَ اللهِ. وَكَانَ الْكَلِمَةُ اللهُ.' # https://www.biblegateway.com/passage/?search=John+1&version=NAV
|
124 |
examples['urd-Arab'] = 'دُنیا کی ابتدا ء سے پہلے کلام وہاں تھا کلام خدا کے ساتھ تھا اور کلام خدا تھا۔' # https://www.biblegateway.com/passage/?search=John+1&version=ERV-UR
|
125 |
|
|
|
126 |
input_text = st.text_area(label="Whatever you type here will be transliterated!", value=examples[selected_mapping])
|
127 |
|
128 |
# combined_code = "-".join([iso_lang_code, iso_script_code])
|
|
|
123 |
examples['ara-Arab'] = 'فِي الْبَدْءِ كَانَ الْكَلِمَةُ، وَالْكَلِمَةُ كَانَ عِنْدَ اللهِ. وَكَانَ الْكَلِمَةُ اللهُ.' # https://www.biblegateway.com/passage/?search=John+1&version=NAV
|
124 |
examples['urd-Arab'] = 'دُنیا کی ابتدا ء سے پہلے کلام وہاں تھا کلام خدا کے ساتھ تھا اور کلام خدا تھا۔' # https://www.biblegateway.com/passage/?search=John+1&version=ERV-UR
|
125 |
|
126 |
+
st.write("### Input text below")
|
127 |
input_text = st.text_area(label="Whatever you type here will be transliterated!", value=examples[selected_mapping])
|
128 |
|
129 |
# combined_code = "-".join([iso_lang_code, iso_script_code])
|