Zled commited on
Commit
bb995a8
·
verified ·
1 Parent(s): d21d085

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -175,6 +175,13 @@ with gr.Blocks(
175
  </div>
176
  """)
177
 
 
 
 
 
 
 
 
178
  with gr.Row(equal_height=False):
179
  with gr.Column(scale=1.5, elem_classes="settings-panel"):
180
  gr.Markdown("## Translation Settings")
 
175
  </div>
176
  """)
177
 
178
+ with gr.Row():
179
+ with gr.Column():
180
+ gr.Markdown("""
181
+ ### Welcome to Madhuram Translation
182
+ Try translating text like: **"Hello How are you"** between different Indian languages and English.
183
+ """)
184
+
185
  with gr.Row(equal_height=False):
186
  with gr.Column(scale=1.5, elem_classes="settings-panel"):
187
  gr.Markdown("## Translation Settings")