Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
a8bcb4f
1
Parent(s):
60580f0
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,7 @@ with gr.Blocks() as demo:
|
|
106 |
name = gr.Textbox(label="a") #, placeholder="What is your name?")
|
107 |
rate = gr.Textbox(label="b") #, placeholder="What is your name?") #gr.Radio(label="How satisfied are you with using gradio?", choices=[1, 2, 3, 4, 5])
|
108 |
celsci = gr.Textbox(label="c") #, lines=10, placeholder="Do you have any feedback on gradio?")
|
|
|
109 |
submit = gr.Button(value=".")
|
110 |
submit.click(ccogsphere, [name, rate, celsci], [data, count])
|
111 |
demo.load(load_data, None, [data, count])
|
|
|
106 |
name = gr.Textbox(label="a") #, placeholder="What is your name?")
|
107 |
rate = gr.Textbox(label="b") #, placeholder="What is your name?") #gr.Radio(label="How satisfied are you with using gradio?", choices=[1, 2, 3, 4, 5])
|
108 |
celsci = gr.Textbox(label="c") #, lines=10, placeholder="Do you have any feedback on gradio?")
|
109 |
+
run_actr()
|
110 |
submit = gr.Button(value=".")
|
111 |
submit.click(ccogsphere, [name, rate, celsci], [data, count])
|
112 |
demo.load(load_data, None, [data, count])
|