Commit
·
b18954f
1
Parent(s):
bd0541b
Trying an output indentation method on polish only
Browse files
app.py
CHANGED
@@ -68,7 +68,9 @@ with tab1:
|
|
68 |
output_string = polish_sentence_to_latin(input_string_polish)
|
69 |
st.subheader("Transliterated Output:")
|
70 |
if selected_example_po == "Generate a random sentence" :
|
71 |
-
st.write("Polish:"+input_string_polish+'
|
|
|
|
|
72 |
else:
|
73 |
st.write(output_string)
|
74 |
else:
|
|
|
68 |
output_string = polish_sentence_to_latin(input_string_polish)
|
69 |
st.subheader("Transliterated Output:")
|
70 |
if selected_example_po == "Generate a random sentence" :
|
71 |
+
# st.write("Polish:"+input_string_polish+'Output:'+output_string)
|
72 |
+
st.write("Polish:"+input_string_polish)
|
73 |
+
st.write('Output:'+output_string)
|
74 |
else:
|
75 |
st.write(output_string)
|
76 |
else:
|