paulcalzada commited on
Commit
065b4eb
·
verified ·
1 Parent(s): 8e07735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="file=DeepV_logo.png" id="deepv-logo" alt="DeepV Logo">') # Direct HTML img tag
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():