Update app.py
Browse files
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(
|
| 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"
|