Spaces:
Sleeping
Sleeping
doing it live
Browse files
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
|