MohammedNasser commited on
Commit
b90eaf1
1 Parent(s): df7a5f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -269,8 +269,8 @@ def chat(user_input):
269
  image_path = "logo.png"
270
  with gr.Blocks(css=custom_css) as demo:
271
  with gr.Row():
272
- gr.Image(image_path, elem_id="#custom-logo", show_fullscreen_button=False, show_download_button=False,
273
- show_share_button=False, show_label=False, label='')
274
  with gr.Row():
275
  gr.Markdown("<h2 style='text-align: center; color: #00000;'>المساعد العربي ar-pdf-chat للدردشة </h2>", rtl=True)
276
 
 
269
  image_path = "logo.png"
270
  with gr.Blocks(css=custom_css) as demo:
271
  with gr.Row():
272
+ gr.Image(image_path, show_fullscreen_button=False, show_download_button=False,
273
+ show_share_button=False, show_label=False, label='', container=True, height=50, width=50)
274
  with gr.Row():
275
  gr.Markdown("<h2 style='text-align: center; color: #00000;'>المساعد العربي ar-pdf-chat للدردشة </h2>", rtl=True)
276