kovacsvi commited on
Commit
226b684
·
1 Parent(s): 52bbc14
Files changed (1) hide show
  1. app.py +1 -1
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
- piechart = 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.",
 
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.",