Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
|
@@ -245,7 +245,7 @@ def submit(*args):
|
|
| 245 |
with gr.Blocks() as app:
|
| 246 |
|
| 247 |
# Initialize state as an empty dict
|
| 248 |
-
state = gr.State(
|
| 249 |
|
| 250 |
# Login interface
|
| 251 |
with gr.Row(visible=True, elem_id="login_row") as login_row:
|
|
|
|
| 245 |
with gr.Blocks() as app:
|
| 246 |
|
| 247 |
# Initialize state as an empty dict
|
| 248 |
+
state = gr.State(load_data(DEFAULT_ANNOTATION_COL))
|
| 249 |
|
| 250 |
# Login interface
|
| 251 |
with gr.Row(visible=True, elem_id="login_row") as login_row:
|