Update app.py
Browse files
app.py
CHANGED
|
@@ -163,7 +163,7 @@ with gr.Blocks() as dashboard:
|
|
| 163 |
# Section for TikTok projections (Videos)
|
| 164 |
with gr.Row():
|
| 165 |
with gr.Column():
|
| 166 |
-
video_path_1, graph_1 = load_data_and_plot("video", "TikTok1",
|
| 167 |
if video_path_1:
|
| 168 |
gr.Video(video_path_1, label="TikTok 1 Video")
|
| 169 |
gr.Plot(graph_1, label="TikTok 1 Performance")
|
|
|
|
| 163 |
# Section for TikTok projections (Videos)
|
| 164 |
with gr.Row():
|
| 165 |
with gr.Column():
|
| 166 |
+
video_path_1, graph_1 = load_data_and_plot("video", "TikTok1", download_file_from_repo("tiktok_histogram.csv"), download_file_from_repo("video_folder"))
|
| 167 |
if video_path_1:
|
| 168 |
gr.Video(video_path_1, label="TikTok 1 Video")
|
| 169 |
gr.Plot(graph_1, label="TikTok 1 Performance")
|