Spaces:
Runtime error
Runtime error
disabled share button
Browse files
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:
|