Update gradio_sidebar.py
Browse files- gradio_sidebar.py +1 -1
gradio_sidebar.py
CHANGED
@@ -57,4 +57,4 @@ css="""
|
|
57 |
width: fit-content;
|
58 |
}
|
59 |
"""
|
60 |
-
|
|
|
57 |
width: fit-content;
|
58 |
}
|
59 |
"""
|
60 |
+
topbar="""<div id='top_bar'><div class='control_btn' name='control_btn' id='control_btn' onclick='open_control()'>Controls</div></div>"""
|