Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def main():
|
|
12 |
|
13 |
# Header
|
14 |
st.markdown("<h1 style='text-align: center; color: #2E86C1;'>Multilingual Translator</h1>", unsafe_allow_html=True)
|
15 |
-
st.markdown("<p style='text-align: center; color: #666;'>Translate
|
16 |
|
17 |
# Language Controls
|
18 |
col_lang, col_target = st.columns([1, 1])
|
|
|
12 |
|
13 |
# Header
|
14 |
st.markdown("<h1 style='text-align: center; color: #2E86C1;'>Multilingual Translator</h1>", unsafe_allow_html=True)
|
15 |
+
st.markdown("<p style='text-align: center; color: #666;'>Translate Text</p>", unsafe_allow_html=True)
|
16 |
|
17 |
# Language Controls
|
18 |
col_lang, col_target = st.columns([1, 1])
|