Junaidb commited on
Commit
b167140
·
verified ·
1 Parent(s): 24eaafe

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
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