azrai99 commited on
Commit
1eb07a6
·
verified ·
1 Parent(s): 78d4c43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -233,17 +233,18 @@ def transfer_learning_forecasting():
233
  )
234
  with tab_insample:
235
  df_grid = df.drop(columns="unique_id")
236
- grid_table = AgGrid(
237
- df_grid,
238
- theme="alpine",
239
- )
 
240
 
241
  with tab_forecast:
242
  df_grid = df.drop(columns="unique_id")
243
- grid_table = AgGrid(
244
- df_grid,
245
- theme="alpine",
246
- )
247
 
248
  with col2:
249
  # Load pre-trained models
 
233
  )
234
  with tab_insample:
235
  df_grid = df.drop(columns="unique_id")
236
+ st.write(df_grid)
237
+ # grid_table = AgGrid(
238
+ # df_grid,
239
+ # theme="alpine",
240
+ # )
241
 
242
  with tab_forecast:
243
  df_grid = df.drop(columns="unique_id")
244
+ # grid_table = AgGrid(
245
+ # df_grid,
246
+ # theme="alpine",
247
+ # )
248
 
249
  with col2:
250
  # Load pre-trained models