Update app.py
Browse files
app.py
CHANGED
|
@@ -213,7 +213,7 @@ def main():
|
|
| 213 |
|
| 214 |
# Create the Gradio interface using Blocks
|
| 215 |
with gr.Blocks(css=custom_css) as demo:
|
| 216 |
-
gr.Image(logo_path, elem_id="logo", show_label=False, height=
|
| 217 |
|
| 218 |
|
| 219 |
#gr.Markdown(image_html)
|
|
|
|
| 213 |
|
| 214 |
# Create the Gradio interface using Blocks
|
| 215 |
with gr.Blocks(css=custom_css) as demo:
|
| 216 |
+
gr.Image(logo_path, elem_id="logo", show_label=False, height=100, width=400,show_download_button=False) # Display Logo
|
| 217 |
|
| 218 |
|
| 219 |
#gr.Markdown(image_html)
|