Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -157,7 +157,7 @@ def APP():
|
|
157 |
with st.chat_message("user"):
|
158 |
st.markdown(bio_input)
|
159 |
|
160 |
-
if projectname == None:
|
161 |
st.markdown(":orange-badge[⚠️Set Projectname]")
|
162 |
else:
|
163 |
|
|
|
157 |
with st.chat_message("user"):
|
158 |
st.markdown(bio_input)
|
159 |
|
160 |
+
if projectname == None or projectname == "":
|
161 |
st.markdown(":orange-badge[⚠️Set Projectname]")
|
162 |
else:
|
163 |
|