Krishna086 commited on
Commit
4c34f9b
·
verified ·
1 Parent(s): 1dc6086

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 text like Google Translate</p>", unsafe_allow_html=True)
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])