reab5555 commited on
Commit
4f242f6
·
verified ·
1 Parent(s): ce4bb13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def analyze_video(video_path, progress=gr.Progress()):
48
 
49
  with gr.TabItem(label=f'Attachment Styles'):
50
  with gr.Row():
51
- speaker_section2_1 = [
52
  gr.Plot(value=speaker_charts.get("attachment", None), visible=True),
53
  gr.Plot(value=speaker_charts.get("dimensions", None), visible=True),
54
  gr.Textbox(value=speaker_explanations.get("attachment", ""), label="Attachment Styles Explanation", visible=True)]
 
48
 
49
  with gr.TabItem(label=f'Attachment Styles'):
50
  with gr.Row():
51
+ speaker_section2 = [
52
  gr.Plot(value=speaker_charts.get("attachment", None), visible=True),
53
  gr.Plot(value=speaker_charts.get("dimensions", None), visible=True),
54
  gr.Textbox(value=speaker_explanations.get("attachment", ""), label="Attachment Styles Explanation", visible=True)]