Cachoups commited on
Commit
74dc009
·
verified ·
1 Parent(s): af47f62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -660,7 +660,7 @@ with gr.Blocks(theme='gradio/soft',js=js_func) as demo:
660
  var_name='Ratio_Type', value_name='Rate')
661
  # Line plot for the ratios
662
  line_plot = gr.LinePlot(
663
- melted_df
664
  x='Date',
665
  y='Value',
666
  title="Sentiment Ratios Over Time",
 
660
  var_name='Ratio_Type', value_name='Rate')
661
  # Line plot for the ratios
662
  line_plot = gr.LinePlot(
663
+ melted_df,
664
  x='Date',
665
  y='Value',
666
  title="Sentiment Ratios Over Time",