Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
·
f029798
1
Parent(s):
b16f709
Update app.py
Browse files
app.py
CHANGED
@@ -521,10 +521,10 @@ with block as demo:
|
|
521 |
with gr.Row().style(equal_height=True):
|
522 |
summary = gr.Textbox(
|
523 |
label="Summary", placeholder="Summary Output...", lines=5
|
524 |
-
)
|
525 |
keywords = gr.Textbox(
|
526 |
label="Keywords", placeholder="Keywords Output...", lines=5
|
527 |
-
)
|
528 |
label = gr.Label(label="Sentiment Analysis")
|
529 |
wordcloud_image = gr.Image(label="WordCloud")
|
530 |
|
@@ -554,10 +554,10 @@ with block as demo:
|
|
554 |
with gr.Row().style(equal_height=True):
|
555 |
summary = gr.Textbox(
|
556 |
label="Summary", placeholder="Summary Output...", lines=5
|
557 |
-
)
|
558 |
keywords = gr.Textbox(
|
559 |
label="Keywords", placeholder="Keywords Output...", lines=5
|
560 |
-
)
|
561 |
label = gr.Label(label="Sentiment Analysis")
|
562 |
wordcloud_image = gr.Image(label="WordCloud")
|
563 |
|
|
|
521 |
with gr.Row().style(equal_height=True):
|
522 |
summary = gr.Textbox(
|
523 |
label="Summary", placeholder="Summary Output...", lines=5
|
524 |
+
).style(show_copy_button=True)
|
525 |
keywords = gr.Textbox(
|
526 |
label="Keywords", placeholder="Keywords Output...", lines=5
|
527 |
+
).style(show_copy_button=True)
|
528 |
label = gr.Label(label="Sentiment Analysis")
|
529 |
wordcloud_image = gr.Image(label="WordCloud")
|
530 |
|
|
|
554 |
with gr.Row().style(equal_height=True):
|
555 |
summary = gr.Textbox(
|
556 |
label="Summary", placeholder="Summary Output...", lines=5
|
557 |
+
).style(show_copy_button=True)
|
558 |
keywords = gr.Textbox(
|
559 |
label="Keywords", placeholder="Keywords Output...", lines=5
|
560 |
+
).style(show_copy_button=True)
|
561 |
label = gr.Label(label="Sentiment Analysis")
|
562 |
wordcloud_image = gr.Image(label="WordCloud")
|
563 |
|