Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ if "started" not in st.session_state:
|
|
| 115 |
|
| 116 |
# ---- Start pressed: build the queue for this annotator ----
|
| 117 |
# Start flow
|
| 118 |
-
if
|
| 119 |
if not annotator.strip():
|
| 120 |
st.sidebar.error("Please enter your name.")
|
| 121 |
else:
|
|
|
|
| 115 |
|
| 116 |
# ---- Start pressed: build the queue for this annotator ----
|
| 117 |
# Start flow
|
| 118 |
+
if start:
|
| 119 |
if not annotator.strip():
|
| 120 |
st.sidebar.error("Please enter your name.")
|
| 121 |
else:
|