conhllnd commited on
Commit
d9a4d3c
·
verified ·
1 Parent(s): ade15c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,10 +18,10 @@ image_folder = "images"
18
 
19
  # Function to load and plot the masterpiece data (video and graph)
20
  def load_masterpiece_video_and_plot():
21
- masterpiece_video_path = os.path.join(video_folder, "starperformer_normal.mp4")
22
 
23
  # Assuming 'viral' is the actual outcome from the video filename
24
- actual_outcome = "viral"
25
 
26
  # Load the TikTok engagement data from the CSV
27
  fig, x_min, x_max, y_min, y_max = load_and_plot_csv(tiktok_csv_path)
 
18
 
19
  # Function to load and plot the masterpiece data (video and graph)
20
  def load_masterpiece_video_and_plot():
21
+ masterpiece_video_path = os.path.join(video_folder, "starperformer_normal.mov")
22
 
23
  # Assuming 'viral' is the actual outcome from the video filename
24
+ actual_outcome = "normal"
25
 
26
  # Load the TikTok engagement data from the CSV
27
  fig, x_min, x_max, y_min, y_max = load_and_plot_csv(tiktok_csv_path)