jcmachicao commited on
Commit
2154369
verified
1 Parent(s): 35dc4f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,6 +87,6 @@ with gr.Blocks() as interface:
87
  gr.Markdown(
88
  """Potenciado por GestioDin谩mica漏2024"""
89
  )
90
- gr.Image('/file=gdmk_logo.png')
91
  # Launch the interface
92
  interface.launch(share=True)
 
87
  gr.Markdown(
88
  """Potenciado por GestioDin谩mica漏2024"""
89
  )
90
+ gr.Image('gdmk_logo.png')
91
  # Launch the interface
92
  interface.launch(share=True)