Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -119,7 +119,7 @@ def APP():
|
|
119 |
if len(projects) > 0:
|
120 |
agree = st.checkbox("new project ?")
|
121 |
if agree:
|
122 |
-
projectname = st.selectbox("Select Project", projects)
|
123 |
projectname = st.text_input("Enter project name:")
|
124 |
else:
|
125 |
projectname = st.selectbox("Select Project", projects)
|
|
|
119 |
if len(projects) > 0:
|
120 |
agree = st.checkbox("new project ?")
|
121 |
if agree:
|
122 |
+
#projectname = st.selectbox("Select Project", projects)
|
123 |
projectname = st.text_input("Enter project name:")
|
124 |
else:
|
125 |
projectname = st.selectbox("Select Project", projects)
|