modernai commited on
Commit
e233d14
·
verified ·
1 Parent(s): 09c1e81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def create_portfolio_graph(amount):
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")
 
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")