Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
3333d36
1
Parent(s):
b7956c7
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
|
|
81 |
name = gr.Textbox(label="Name", placeholder="What is your name?")
|
82 |
review = gr.Radio(label="How satisfied are you with using gradio?", choices=[1, 2, 3, 4, 5])
|
83 |
comments = gr.Textbox(label="Comments", lines=10, placeholder="Do you have any feedback on gradio?")
|
84 |
-
submit = gr.Button(value="
|
85 |
|
86 |
submit.click(add_review, [name, review, comments], [data, count])
|
87 |
#demo.load(load_data, None, [data, count])
|
|
|
81 |
name = gr.Textbox(label="Name", placeholder="What is your name?")
|
82 |
review = gr.Radio(label="How satisfied are you with using gradio?", choices=[1, 2, 3, 4, 5])
|
83 |
comments = gr.Textbox(label="Comments", lines=10, placeholder="Do you have any feedback on gradio?")
|
84 |
+
submit = gr.Button(value="")
|
85 |
|
86 |
submit.click(add_review, [name, review, comments], [data, count])
|
87 |
#demo.load(load_data, None, [data, count])
|