Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -253,4 +253,4 @@ with gr.Blocks() as demo:
|
|
| 253 |
|
| 254 |
btn.click(display_data, outputs=[df0_out, txt0_out, df1_out, txt1_out, df2_out, txt2_out, df3_out,txt3_out,pnl_out])
|
| 255 |
|
| 256 |
-
demo.launch(debug=True)
|
|
|
|
| 253 |
|
| 254 |
btn.click(display_data, outputs=[df0_out, txt0_out, df1_out, txt1_out, df2_out, txt2_out, df3_out,txt3_out,pnl_out])
|
| 255 |
|
| 256 |
+
demo.launch(debug=True,share=True)
|