SAVAI123 commited on
Commit
191f841
·
verified ·
1 Parent(s): a9e4d74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=200, width=500,show_download_button=False) # Display Logo
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)