MohammedNasser commited on
Commit
293c714
1 Parent(s): 78985d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ 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
- showw_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
 
 
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