Spaces:
Running
Running
Commit
·
df73138
1
Parent(s):
81e37bb
Update app.py
Browse files
app.py
CHANGED
@@ -103,13 +103,13 @@ with st.sidebar:
|
|
103 |
empty_title = st.checkbox('without title')
|
104 |
if empty_title == False:
|
105 |
in_title = st.text_input("Title Metadata: ", placeholder="e.g., [Bug]: ", on_change=None)
|
106 |
-
else
|
107 |
in_title = '<|EMPTY|>'
|
108 |
|
109 |
empty_labels = st.checkbox('without labels')
|
110 |
if empty_labels == False:
|
111 |
in_labels = st.text_input("Labels Metadata: ", placeholder="e.g., feature, enhancement", on_change=None)
|
112 |
-
else
|
113 |
in_labels = '<|EMPTY|>'
|
114 |
|
115 |
empty_assignees = st.checkbox('without Assignees')
|
|
|
103 |
empty_title = st.checkbox('without title')
|
104 |
if empty_title == False:
|
105 |
in_title = st.text_input("Title Metadata: ", placeholder="e.g., [Bug]: ", on_change=None)
|
106 |
+
else:
|
107 |
in_title = '<|EMPTY|>'
|
108 |
|
109 |
empty_labels = st.checkbox('without labels')
|
110 |
if empty_labels == False:
|
111 |
in_labels = st.text_input("Labels Metadata: ", placeholder="e.g., feature, enhancement", on_change=None)
|
112 |
+
else:
|
113 |
in_labels = '<|EMPTY|>'
|
114 |
|
115 |
empty_assignees = st.checkbox('without Assignees')
|