MichaelDeutges commited on
Commit
e6bc5c5
·
verified ·
1 Parent(s): c00d02d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 start_btn:
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: