Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def create_portfolio_graph(amount):
|
|
| 26 |
with gr.Blocks() as demo:
|
| 27 |
title = gr.Markdown(
|
| 28 |
"""
|
| 29 |
-
#
|
| 30 |
"""
|
| 31 |
)
|
| 32 |
amount = gr.Number(value=0, label="Type in the total amount of funds in your portfolio including leverage")
|
|
|
|
| 26 |
with gr.Blocks() as demo:
|
| 27 |
title = gr.Markdown(
|
| 28 |
"""
|
| 29 |
+
# Insert Portfolio Value and Click Submit to See the Recommended Portfolio Allocation
|
| 30 |
"""
|
| 31 |
)
|
| 32 |
amount = gr.Number(value=0, label="Type in the total amount of funds in your portfolio including leverage")
|