Update app.py
Browse files
app.py
CHANGED
|
@@ -57,6 +57,7 @@ def calculate_engagement_increase():
|
|
| 57 |
|
| 58 |
return f"Leonardo got you {int(engagement_increase)} more engagements across TikTok & Facebook!"
|
| 59 |
|
|
|
|
| 60 |
# Function to load and plot the masterpiece data (video and graph)
|
| 61 |
def load_masterpiece_video_and_plot():
|
| 62 |
masterpiece_video_path = download_file_from_repo("starperformer_viral.mp4") # Download video from Hugging Face
|
|
|
|
| 57 |
|
| 58 |
return f"Leonardo got you {int(engagement_increase)} more engagements across TikTok & Facebook!"
|
| 59 |
|
| 60 |
+
|
| 61 |
# Function to load and plot the masterpiece data (video and graph)
|
| 62 |
def load_masterpiece_video_and_plot():
|
| 63 |
masterpiece_video_path = download_file_from_repo("starperformer_viral.mp4") # Download video from Hugging Face
|