Spaces:
Running
Running
Update app.py
Browse files
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")
|