Update gradio_sidebar.py
Browse files- gradio_sidebar.py +1 -1
gradio_sidebar.py
CHANGED
@@ -23,7 +23,7 @@ head="""
|
|
23 |
css="""
|
24 |
.contain #gs_control_panel {
|
25 |
position: fixed;
|
26 |
-
right:
|
27 |
z-index: 9999;
|
28 |
width: 40%;
|
29 |
top: 50px;
|
|
|
23 |
css="""
|
24 |
.contain #gs_control_panel {
|
25 |
position: fixed;
|
26 |
+
right: 110%;
|
27 |
z-index: 9999;
|
28 |
width: 40%;
|
29 |
top: 50px;
|