cyberandy commited on
Commit
88d3a28
·
verified ·
1 Parent(s): f55ce3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def main():
107
  hover_data=['content'],
108
  color_discrete_map={"neg": "firebrick", "neu": "navajowhite", "pos": "darkgreen"},
109
  labels={'dominant_sentiment': 'Sentiment'},
110
- title='Sentiment Analysis of Sentences')
111
  fig.update_layout(width=800, height=300)
112
  st.plotly_chart(fig)
113
 
 
107
  hover_data=['content'],
108
  color_discrete_map={"neg": "firebrick", "neu": "navajowhite", "pos": "darkgreen"},
109
  labels={'dominant_sentiment': 'Sentiment'},
110
+ title='Sentiment Analysis of the Response')
111
  fig.update_layout(width=800, height=300)
112
  st.plotly_chart(fig)
113