Spaces:
Sleeping
Sleeping
html
Browse files
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.
|
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()
|