Spaces:
Running
Running
kovacsvi
commited on
Commit
·
226b684
1
Parent(s):
52bbc14
oops
Browse files
app.py
CHANGED
@@ -262,7 +262,7 @@ with gr.Blocks(css=css) as demo:
|
|
262 |
|
263 |
with gr.Row():
|
264 |
with gr.Column(scale=7):
|
265 |
-
|
266 |
with gr.Column(scale=3):
|
267 |
gr.Markdown(
|
268 |
"The chart gives an overview of the main emotions found in the text and how strongly each one is present.",
|
|
|
262 |
|
263 |
with gr.Row():
|
264 |
with gr.Column(scale=7):
|
265 |
+
plot = gr.Plot()
|
266 |
with gr.Column(scale=3):
|
267 |
gr.Markdown(
|
268 |
"The chart gives an overview of the main emotions found in the text and how strongly each one is present.",
|