wnstnb commited on
Commit
7fe1620
·
1 Parent(s): 189c06b

doing it live

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -528,6 +528,7 @@ if st.button('🤖 Run it'):
528
  tab4.subheader('Performance')
529
  tab4.write(df_performance)
530
  tab4.write(perf_daily)
 
531
 
532
  # The only variable you can play with as the other ones are historical
533
  # new_pred.loc[:,'CurrentGap'] = -0.01 / 100
 
528
  tab4.subheader('Performance')
529
  tab4.write(df_performance)
530
  tab4.write(perf_daily)
531
+ tab4.write(dataset)
532
 
533
  # The only variable you can play with as the other ones are historical
534
  # new_pred.loc[:,'CurrentGap'] = -0.01 / 100