Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
·
24df3fa
1
Parent(s):
61aa64b
State?
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
127 |
user_id = gr.State("no_id")
|
128 |
# Control global variables
|
129 |
step = gr.State(0)
|
130 |
-
mode = 1 # mode is always 1 for now
|
131 |
|
132 |
def load_user_data(id):
|
133 |
filename = id.replace('@', '_AT_').replace('.', '_DOT_')
|
|
|
127 |
user_id = gr.State("no_id")
|
128 |
# Control global variables
|
129 |
step = gr.State(0)
|
130 |
+
mode = gr.State(1) # mode is always 1 for now
|
131 |
|
132 |
def load_user_data(id):
|
133 |
filename = id.replace('@', '_AT_').replace('.', '_DOT_')
|