Update app.py
Browse files
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.
|
| 22 |
|
| 23 |
# Assuming 'viral' is the actual outcome from the video filename
|
| 24 |
-
actual_outcome = "
|
| 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)
|