Update gradio_sidebar.py
Browse files- gradio_sidebar.py +1 -1
gradio_sidebar.py
CHANGED
@@ -82,7 +82,7 @@ css="""
|
|
82 |
color: white;
|
83 |
position: fixed;
|
84 |
z-index: 2147483647;
|
85 |
-
top:
|
86 |
left: -20px;
|
87 |
background: rgb(30, 41, 59);
|
88 |
height: fit-content;
|
|
|
82 |
color: white;
|
83 |
position: fixed;
|
84 |
z-index: 2147483647;
|
85 |
+
top: 70px;
|
86 |
left: -20px;
|
87 |
background: rgb(30, 41, 59);
|
88 |
height: fit-content;
|