Domen Jemec commited on
Commit
3b649d0
·
1 Parent(s): 85d1130
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import matplotlib.pyplot as plt
3
-
4
 
5
  from utils import run_model, return_survived_df, plot_stats
6
  from utils import MAX_YEARS, MIN_AMOUNT_TOLERABLE, INFLATION_ON, MONTHLY_MIN, MONTHLY_MAX,TAX,MODELS,DEFAULT_MODEL,DEFAULT_LEVERAGE
 
1
  import streamlit as st
2
  import matplotlib.pyplot as plt
3
+ import altair
4
 
5
  from utils import run_model, return_survived_df, plot_stats
6
  from utils import MAX_YEARS, MIN_AMOUNT_TOLERABLE, INFLATION_ON, MONTHLY_MIN, MONTHLY_MAX,TAX,MODELS,DEFAULT_MODEL,DEFAULT_LEVERAGE
requirements.txt CHANGED
@@ -2,4 +2,5 @@ numpy
2
  matplotlib
3
  pandas
4
  pandas_datareader
5
- yfinance
 
 
2
  matplotlib
3
  pandas
4
  pandas_datareader
5
+ yfinance
6
+ altair==4.1.0