ysharma HF staff commited on
Commit
29af1f8
Β·
verified Β·
1 Parent(s): cd1cb3b

disabled share button

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -422,7 +422,8 @@ class GradioUI:
422
  ),
423
  resizeable=False,
424
  scale=1,
425
- elem_id="my-chatbot"
 
426
  )
427
 
428
  text_input.submit(
@@ -472,6 +473,7 @@ class GradioUI:
472
  ),
473
  resizeable=True,
474
  scale=1,
 
475
  )
476
  # If an upload folder is provided, enable the upload feature
477
  if self.file_upload_folder is not None:
 
422
  ),
423
  resizeable=False,
424
  scale=1,
425
+ elem_id="my-chatbot",
426
+ show_share_button=False,
427
  )
428
 
429
  text_input.submit(
 
473
  ),
474
  resizeable=True,
475
  scale=1,
476
+ show_share_button=False
477
  )
478
  # If an upload folder is provided, enable the upload feature
479
  if self.file_upload_folder is not None: