Spaces:
Runtime error
Runtime error
Commit
·
37d7751
1
Parent(s):
8ba6bc8
Update app.py
Browse files
app.py
CHANGED
@@ -412,7 +412,7 @@ with block as demo:
|
|
412 |
<div>
|
413 |
<h1 style="font-family: Montserrat, sans-serif;">MEDIA <span style="color: #433ccb;">INSIGHTS</span> 💡</h1>
|
414 |
</div>
|
415 |
-
<h4
|
416 |
Your AI-powered video analytics tool ✨
|
417 |
</h4>
|
418 |
</div>
|
@@ -460,9 +460,9 @@ with block as demo:
|
|
460 |
wordcloud_image = gr.Image(label="WordCloud")
|
461 |
|
462 |
with gr.Row():
|
463 |
-
with gr.Box()
|
464 |
btn = gr.Button("Get Video Insights 🔎", label="Primary Button", variant="primary")
|
465 |
-
with gr.Box()
|
466 |
clear = gr.ClearButton(
|
467 |
[link, title, img, text, summary, keywords, label, wordcloud_image],
|
468 |
label="Secondary Button",
|
|
|
412 |
<div>
|
413 |
<h1 style="font-family: Montserrat, sans-serif;">MEDIA <span style="color: #433ccb;">INSIGHTS</span> 💡</h1>
|
414 |
</div>
|
415 |
+
<h4>
|
416 |
Your AI-powered video analytics tool ✨
|
417 |
</h4>
|
418 |
</div>
|
|
|
460 |
wordcloud_image = gr.Image(label="WordCloud")
|
461 |
|
462 |
with gr.Row():
|
463 |
+
with gr.Box():
|
464 |
btn = gr.Button("Get Video Insights 🔎", label="Primary Button", variant="primary")
|
465 |
+
with gr.Box():
|
466 |
clear = gr.ClearButton(
|
467 |
[link, title, img, text, summary, keywords, label, wordcloud_image],
|
468 |
label="Secondary Button",
|