Spaces:
Runtime error
Runtime error
Commit
·
36e88da
1
Parent(s):
774449d
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(css=css) as demo:
|
|
113 |
# submit.click(ccogsphere, [name, rate, celsci], [data, count])
|
114 |
#else:
|
115 |
# submit.click(ccogsphere, [name, rate, celsci], [data, count])
|
116 |
-
|
117 |
submit.click(ccogsphere, [name, rate, celsci], [data, count])
|
118 |
demo.load(load_data, None, [data, count])
|
119 |
#@name.change(inputs=name, outputs=celsci,_js="window.location.reload()")
|
|
|
113 |
# submit.click(ccogsphere, [name, rate, celsci], [data, count])
|
114 |
#else:
|
115 |
# submit.click(ccogsphere, [name, rate, celsci], [data, count])
|
116 |
+
rate=len(score1)
|
117 |
submit.click(ccogsphere, [name, rate, celsci], [data, count])
|
118 |
demo.load(load_data, None, [data, count])
|
119 |
#@name.change(inputs=name, outputs=celsci,_js="window.location.reload()")
|