Lirsen Myrtaj handepeh commited on
Commit
670bfeb
·
1 Parent(s): e1b5103

Update app.py (#1)

Browse files

- Update app.py (6d27a9a6e9dabf2ecd48d70b83cbb6192ef26f04)


Co-authored-by: handepehlivan <handepeh@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -7,8 +7,9 @@ from plots import (
7
  basic_portfolio,
8
  # display_portfolio_return,
9
  display_heat_map,
10
- circle_packing,
11
- ER
 
12
  )
13
 
14
  def load_heading():
@@ -97,7 +98,7 @@ def run():
97
  choices = get_choices()
98
  if choices:
99
  st.success('''** Selected Tickers **''')
100
- circle_packing(choices['combined_df'], choices['choices'])
101
  st.header('Tickers Beta')
102
  """
103
  The Capital Asset Pricing Model (CAPM) utilizes a formula to enable the application to calculate
 
7
  basic_portfolio,
8
  # display_portfolio_return,
9
  display_heat_map,
10
+ #circle_packing,
11
+ ER,
12
+ buble_interactive
13
  )
14
 
15
  def load_heading():
 
98
  choices = get_choices()
99
  if choices:
100
  st.success('''** Selected Tickers **''')
101
+ buble_interactive(choices['data'],choices['choices'])
102
  st.header('Tickers Beta')
103
  """
104
  The Capital Asset Pricing Model (CAPM) utilizes a formula to enable the application to calculate