conhllnd commited on
Commit
a7e527f
·
verified ·
1 Parent(s): 7740bd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", download_file_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")
 
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")