Spaces:
Sleeping
Sleeping
Update ui.py
Browse files
ui.py
CHANGED
|
@@ -30,7 +30,7 @@ def APP():
|
|
| 30 |
def sidebarview():
|
| 31 |
'''experimental sidebar'''
|
| 32 |
|
| 33 |
-
with st.sidebar
|
| 34 |
projects = scan_for_project_availability_cached(st.user.email)
|
| 35 |
projectname = None
|
| 36 |
|
|
|
|
| 30 |
def sidebarview():
|
| 31 |
'''experimental sidebar'''
|
| 32 |
|
| 33 |
+
with st.sidebar:
|
| 34 |
projects = scan_for_project_availability_cached(st.user.email)
|
| 35 |
projectname = None
|
| 36 |
|