GuglielmoTor commited on
Commit
54c8af8
·
verified ·
1 Parent(s): 7b0fcd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def update_analytics_plots_figures(token_state_value, date_filter_option, custom
91
  # Example for profiling one plot:
92
  # plot_name = "posts_activity"
93
  # plot_start_time = time.time()
94
- plot_figs.append(generate_posts_activity_plot(filtered_merged_posts_df, date_column=date_column_posts))
95
  # individual_plot_times[plot_name] = time.time() - plot_start_time
96
  # logging.info(f"Generated {plot_name} in {individual_plot_times[plot_name]:.2f}s")
97
 
 
91
  # Example for profiling one plot:
92
  # plot_name = "posts_activity"
93
  # plot_start_time = time.time()
94
+ #plot_figs.append(generate_posts_activity_plot(filtered_merged_posts_df, date_column=date_column_posts))
95
  # individual_plot_times[plot_name] = time.time() - plot_start_time
96
  # logging.info(f"Generated {plot_name} in {individual_plot_times[plot_name]:.2f}s")
97