Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
|
|
| 73 |
with gr.Column(scale=3):
|
| 74 |
# --- DeepV Logo and "Output" text (using gr.HTML for the logo) ---
|
| 75 |
with gr.Row(elem_id="logo-and-output-row"):
|
| 76 |
-
gr.HTML('<img src="
|
| 77 |
gr.Markdown("**Output**", elem_id="output-title")
|
| 78 |
|
| 79 |
with gr.Group():
|
|
|
|
| 73 |
with gr.Column(scale=3):
|
| 74 |
# --- DeepV Logo and "Output" text (using gr.HTML for the logo) ---
|
| 75 |
with gr.Row(elem_id="logo-and-output-row"):
|
| 76 |
+
gr.HTML('<img src="DeepV_logo.png" id="deepv-logo" alt="DeepV Logo">') # Corrected src here
|
| 77 |
gr.Markdown("**Output**", elem_id="output-title")
|
| 78 |
|
| 79 |
with gr.Group():
|