conhllnd commited on
Commit
ac427a8
·
verified ·
1 Parent(s): 6c014fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ 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 = "normal"
 
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("starperformer_normal.mp4")
22
 
23
  # Assuming 'viral' is the actual outcome from the video filename
24
  actual_outcome = "normal"