amangoyal05 commited on
Commit
85f4069
·
verified ·
1 Parent(s): 567934a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -177,8 +177,15 @@ with gr.Blocks(
177
 
178
  with gr.Row():
179
  with gr.Column():
180
- gr.Markdown("""
181
- *Disclamer - Use the original script of the languages
 
 
 
 
 
 
 
182
  """)
183
 
184
  with gr.Row(equal_height=False):
 
177
 
178
  with gr.Row():
179
  with gr.Column():
180
+ gr.HTML("""
181
+ <div style="background-color: #1e3a8a; border: 1px solid #3b82f6; border-radius: 8px; padding: 12px; margin: 10px 0;">
182
+ <div style="display: flex; align-items: center; gap: 8px; color: #93c5fd;">
183
+ <svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
184
+ <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
185
+ </svg>
186
+ <strong>Important:</strong> Use the original script of the languages for best translation results.
187
+ </div>
188
+ </div>
189
  """)
190
 
191
  with gr.Row(equal_height=False):