Junaidb commited on
Commit
9678868
·
verified ·
1 Parent(s): 2371cd2

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -32,7 +32,7 @@ def APP():
32
  with tab1:
33
  with st.form("bio",border=False):
34
 
35
- with st.expander("setup",icon=":material/Settings:"):
36
  uid=st.text_input("enter username")
37
  project_name=st.text_input("enter project name ")
38
 
 
32
  with tab1:
33
  with st.form("bio",border=False):
34
 
35
+ with st.expander("setup",icon=":material/settings:"):
36
  uid=st.text_input("enter username")
37
  project_name=st.text_input("enter project name ")
38