Commit
·
104f6f5
1
Parent(s):
8486dac
Updating Hungarian output indentation
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with tab2:
|
|
94 |
st.subheader("Transliterated Output:")
|
95 |
if selected_example_hu == "Generate a random sentence" :
|
96 |
st.write("Hungarian:"+input_string_hungarian)
|
97 |
-
st.write("Output"+output_string)
|
98 |
else:
|
99 |
st.write(output_string)
|
100 |
else:
|
|
|
94 |
st.subheader("Transliterated Output:")
|
95 |
if selected_example_hu == "Generate a random sentence" :
|
96 |
st.write("Hungarian:"+input_string_hungarian)
|
97 |
+
st.write("Output:"+output_string)
|
98 |
else:
|
99 |
st.write(output_string)
|
100 |
else:
|