Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
•
8ba6bc8
1
Parent(s):
e7a24d3
Update app.py
Browse files
app.py
CHANGED
@@ -460,9 +460,9 @@ with block as demo:
|
|
460 |
wordcloud_image = gr.Image(label="WordCloud")
|
461 |
|
462 |
with gr.Row():
|
463 |
-
with gr.
|
464 |
btn = gr.Button("Get Video Insights 🔎", label="Primary Button", variant="primary")
|
465 |
-
with gr.
|
466 |
clear = gr.ClearButton(
|
467 |
[link, title, img, text, summary, keywords, label, wordcloud_image],
|
468 |
label="Secondary Button",
|
@@ -520,7 +520,7 @@ with block as demo:
|
|
520 |
|
521 |
with gr.Row().style(equal_height=True):
|
522 |
article = gr.Textbox(
|
523 |
-
label="
|
524 |
placeholder="Paste your text...",
|
525 |
lines=10,
|
526 |
).style(show_copy_button=True)
|
@@ -598,7 +598,7 @@ with block:
|
|
598 |
Trabajo de Fin de Máster - Grupo 3
|
599 |
</p>
|
600 |
<p style="margin-bottom: 10px; font-size: 90%">
|
601 |
-
|
602 |
</p>
|
603 |
</div>
|
604 |
"""
|
|
|
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",
|
|
|
520 |
|
521 |
with gr.Row().style(equal_height=True):
|
522 |
article = gr.Textbox(
|
523 |
+
label="Text",
|
524 |
placeholder="Paste your text...",
|
525 |
lines=10,
|
526 |
).style(show_copy_button=True)
|
|
|
598 |
Trabajo de Fin de Máster - Grupo 3
|
599 |
</p>
|
600 |
<p style="margin-bottom: 10px; font-size: 90%">
|
601 |
+
2022/23 Master in Big Data & Data Science - Universidad Complutense de Madrid
|
602 |
</p>
|
603 |
</div>
|
604 |
"""
|