storresbusquets commited on
Commit
ae4aeee
β€’
1 Parent(s): ff1616c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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: Monserrat, 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,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
- btn = gr.Button("Get Video Insights πŸ”Ž", label="Primary Button", variant="primary").style(size="md")
464
- clear = gr.ClearButton(
465
- [link, title, img, text, summary, keywords, label, wordcloud_image],
466
- label="Secondary Button",
467
- value="Clear πŸ—‘οΈ"
468
- ).style(size="md")
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],