CognitiveScience commited on
Commit
0f7520c
·
1 Parent(s): e832f46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(css=css) as demo:
109
  if (celsci=="Celscis List"):
110
  submit.click(ccogsphere, [name, rate, run_actr], [data, count])
111
  else:
112
- submit.click(ccogsphere, [name, rate, celsci], [data, count])
113
  demo.load(load_data, None, [data, count])
114
  #@name.change(inputs=name, outputs=celsci,_js="window.location.reload()")
115
  #@rate.change(inputs=rate, outputs=name,_js="window.location.reload()")
 
109
  if (celsci=="Celscis List"):
110
  submit.click(ccogsphere, [name, rate, run_actr], [data, count])
111
  else:
112
+ submit.click(ccogsphere, [name, rate, run_actr], [data, count])
113
  demo.load(load_data, None, [data, count])
114
  #@name.change(inputs=name, outputs=celsci,_js="window.location.reload()")
115
  #@rate.change(inputs=rate, outputs=name,_js="window.location.reload()")