CognitiveScience commited on
Commit
89f00b4
1 Parent(s): f178ff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +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
- run_actr()
110
  submit = gr.Button(value=".")
111
  submit.click(ccogsphere, [name, rate, celsci], [data, count])
112
  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])