pendrag commited on
Commit
ac0f008
·
1 Parent(s): cdb36fb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks() as demo:
224
  with gr.Column():
225
  results = gr.Markdown("Answer will appear here...", label="Search Results", )
226
  search_btn.click(fn=search, inputs=query, outputs=results, api_name="search", show_progress=True)
227
- gr.Markdown("<img src='https://sinai.ujaen.es/sites/default/files/SINAI%20-%20logo%20tx%20azul%20%5Baf%5D.png' width='200'></img>")
228
 
229
 
230
  demo.launch()
 
224
  with gr.Column():
225
  results = gr.Markdown("Answer will appear here...", label="Search Results", )
226
  search_btn.click(fn=search, inputs=query, outputs=results, api_name="search", show_progress=True)
227
+ gr.HTML("<img src='https://sinai.ujaen.es/sites/default/files/SINAI%20-%20logo%20tx%20azul%20%5Baf%5D.png' width='200'></img>")
228
 
229
 
230
  demo.launch()