Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
·
60cb8a5
1
Parent(s):
a9fe74f
Bug fix
Browse files
app.py
CHANGED
|
@@ -130,7 +130,7 @@ with gr.Blocks() as user_eval:
|
|
| 130 |
email = gr.Textbox("Email")
|
| 131 |
s = gr.Button("Start!")
|
| 132 |
|
| 133 |
-
def submit_email():
|
| 134 |
global user_id
|
| 135 |
user_id = email
|
| 136 |
return {
|
|
|
|
| 130 |
email = gr.Textbox("Email")
|
| 131 |
s = gr.Button("Start!")
|
| 132 |
|
| 133 |
+
def submit_email(email):
|
| 134 |
global user_id
|
| 135 |
user_id = email
|
| 136 |
return {
|