Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import time
|
|
| 10 |
#------------------------------------------------------------------------
|
| 11 |
# Streamlit page setup
|
| 12 |
st.set_page_config(
|
| 13 |
-
page_title="Text Translator",
|
| 14 |
page_icon=":speech_balloon:",
|
| 15 |
layout="centered",
|
| 16 |
initial_sidebar_state="auto",
|
|
@@ -25,7 +25,7 @@ st.set_page_config(
|
|
| 25 |
#------------------------------------------------------------------------
|
| 26 |
|
| 27 |
# Set the title of the app
|
| 28 |
-
st.title("
|
| 29 |
|
| 30 |
# Description
|
| 31 |
st.write("""
|
|
|
|
| 10 |
#------------------------------------------------------------------------
|
| 11 |
# Streamlit page setup
|
| 12 |
st.set_page_config(
|
| 13 |
+
page_title="MiMTSS Text Translator",
|
| 14 |
page_icon=":speech_balloon:",
|
| 15 |
layout="centered",
|
| 16 |
initial_sidebar_state="auto",
|
|
|
|
| 25 |
#------------------------------------------------------------------------
|
| 26 |
|
| 27 |
# Set the title of the app
|
| 28 |
+
st.title("MiMTSS Text Translator")
|
| 29 |
|
| 30 |
# Description
|
| 31 |
st.write("""
|