Spaces:
Runtime error
Runtime error
Commit
·
b280414
1
Parent(s):
3b5b4c7
Update app.py
Browse files
app.py
CHANGED
@@ -176,9 +176,9 @@ with gr.Blocks(css=css) as demo:
|
|
176 |
submit = gr.Button(value=".")
|
177 |
submit.click(ccogsphere, [name, rate, celsci], [data, count])
|
178 |
demo.load(load_data, None, [data, count])
|
179 |
-
|
180 |
-
|
181 |
-
celsci.change(inputs=celsci, outputs=rate,_js="window.location.reload()")
|
182 |
|
183 |
def secwork(name):
|
184 |
#if name=="abc":
|
|
|
176 |
submit = gr.Button(value=".")
|
177 |
submit.click(ccogsphere, [name, rate, celsci], [data, count])
|
178 |
demo.load(load_data, None, [data, count])
|
179 |
+
#@name.change(inputs=name, outputs=celsci,_js="window.location.reload()")
|
180 |
+
#@rate.change(inputs=rate, outputs=name,_js="window.location.reload()")
|
181 |
+
@celsci.change(inputs=celsci, outputs=rate,_js="window.location.reload()")
|
182 |
|
183 |
def secwork(name):
|
184 |
#if name=="abc":
|