aboutsummaryrefslogtreecommitdiff
path: root/modules/ui.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-13 20:42:27 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-10-13 20:42:27 +0300
commit08b3f7aef15f74f4d2254b1274dd66fcc7940348 (patch)
treecd0b4eae8be406787624c0002664b47533ebc52f /modules/ui.py
parent354ef0da3b1f0fa5c113d04b6c79e3908c848d23 (diff)
emergency fix for broken send to buttons
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 673014f2..7446439d 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -1434,7 +1434,7 @@ Requested path was: {f}
settings_interface.gradio_ref = demo
- with gr.Tabs() as tabs:
+ with gr.Tabs(elem_id="tabs") as tabs:
for interface, label, ifid in interfaces:
with gr.TabItem(label, id=ifid, elem_id='tab_' + ifid):
interface.render()