Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
·
b395c4d
1
Parent(s):
60cb8a5
Bug fix
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks() as user_eval:
|
|
137 |
question: gr.Row(visible = True),
|
138 |
}
|
139 |
|
140 |
-
s.click(fn = submit_email, outputs = [question])
|
141 |
else:
|
142 |
with gr.Column():
|
143 |
gr.Markdown("---")
|
|
|
137 |
question: gr.Row(visible = True),
|
138 |
}
|
139 |
|
140 |
+
s.click(fn = submit_email, inputs = [email], outputs = [question])
|
141 |
else:
|
142 |
with gr.Column():
|
143 |
gr.Markdown("---")
|