Spaces:
Build error
Build error
Commit ·
8f2b747
1
Parent(s): 6a5c31e
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,4 +179,4 @@ with demo:
|
|
| 179 |
b3.click(splitting, inputs=[t, t2], outputs=t3)
|
| 180 |
b4.click(ctrlf,[checkbox1, t2], t4)
|
| 181 |
b5.click(fn=total, inputs=[t2, t4,t, dropdown1, slider1, dropdown2], outputs=df1)
|
| 182 |
-
demo.launch(
|
|
|
|
| 179 |
b3.click(splitting, inputs=[t, t2], outputs=t3)
|
| 180 |
b4.click(ctrlf,[checkbox1, t2], t4)
|
| 181 |
b5.click(fn=total, inputs=[t2, t4,t, dropdown1, slider1, dropdown2], outputs=df1)
|
| 182 |
+
demo.launch()
|