momererkoc commited on
Commit
5fe222e
·
verified ·
1 Parent(s): 9280244

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,9 +120,9 @@ css = """
120
  # ----------------------
121
  banner_html = """
122
  <div class="banner">
123
- <img src="examples/vflai.png" alt="VFLAI Banner">
124
  </div>
125
  """
 
126
 
127
  # ----------------------
128
  # Gradio Interface
 
120
  # ----------------------
121
  banner_html = """
122
  <div class="banner">
 
123
  </div>
124
  """
125
+ gr.Image("examples/vflai.png", interactive=False)
126
 
127
  # ----------------------
128
  # Gradio Interface