Spaces:
Runtime error
Runtime error
Commit
·
ae4aeee
1
Parent(s):
ff1616c
Update app.py
Browse files
app.py
CHANGED
@@ -410,7 +410,7 @@ with block as demo:
|
|
410 |
"""
|
411 |
<div style="text-align: center; max-width: 500px; margin: 0 auto;">
|
412 |
<div>
|
413 |
-
<h1 style="font-family:
|
414 |
</div>
|
415 |
<h4 style="margin-bottom: 5px; font-size: 95%">
|
416 |
Your AI-powered video analytics tool ✨
|
@@ -459,13 +459,13 @@ with block as demo:
|
|
459 |
label = gr.Label(label="Sentiment Analysis")
|
460 |
wordcloud_image = gr.Image(label="WordCloud")
|
461 |
|
462 |
-
with gr.Row():
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
btn.click(
|
470 |
gio,
|
471 |
inputs=[link, lang, size],
|
|
|
410 |
"""
|
411 |
<div style="text-align: center; max-width: 500px; margin: 0 auto;">
|
412 |
<div>
|
413 |
+
<h1 style="font-family: montserrat, sans-serif;">MEDIA <span style="color: #433ccb;">INSIGHTS</span> 💡</h1>
|
414 |
</div>
|
415 |
<h4 style="margin-bottom: 5px; font-size: 95%">
|
416 |
Your AI-powered video analytics tool ✨
|
|
|
459 |
label = gr.Label(label="Sentiment Analysis")
|
460 |
wordcloud_image = gr.Image(label="WordCloud")
|
461 |
|
462 |
+
# with gr.Row():
|
463 |
+
btn = gr.Button("Get Video Insights 🔎", label="Primary Button", variant="primary")
|
464 |
+
clear = gr.ClearButton(
|
465 |
+
[link, title, img, text, summary, keywords, label, wordcloud_image],
|
466 |
+
label="Secondary Button",
|
467 |
+
value="Clear 🗑️"
|
468 |
+
)
|
469 |
btn.click(
|
470 |
gio,
|
471 |
inputs=[link, lang, size],
|