Spaces:
Sleeping
Sleeping
Diego Salinas commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,8 +33,7 @@ iface = gr.Interface(
|
|
| 33 |
fn=create_portfolio_graph,
|
| 34 |
inputs=gr.Textbox(),
|
| 35 |
outputs=gr.Image(label="Portfolio Composition Chart"),
|
| 36 |
-
live=True
|
| 37 |
-
capture_session=True
|
| 38 |
)
|
| 39 |
|
| 40 |
# Launch Gradio interface
|
|
@@ -48,3 +47,4 @@ iface.launch()
|
|
| 48 |
|
| 49 |
|
| 50 |
|
|
|
|
|
|
| 33 |
fn=create_portfolio_graph,
|
| 34 |
inputs=gr.Textbox(),
|
| 35 |
outputs=gr.Image(label="Portfolio Composition Chart"),
|
| 36 |
+
live=True
|
|
|
|
| 37 |
)
|
| 38 |
|
| 39 |
# Launch Gradio interface
|
|
|
|
| 47 |
|
| 48 |
|
| 49 |
|
| 50 |
+
|