Uvini commited on
Commit
24f37e9
·
1 Parent(s): ad58ea2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -79,7 +79,6 @@ if file is not None:
79
  .set_table_styles([{'selector': 'th', 'props': [('border', '0px')]},
80
  {'selector': 'td', 'props': [('border', '0px')]}])
81
  .background_gradient(subset=['sentiment'], cmap=sentiment_colors)
82
- .hide_index()
83
  .to_html(escape=False))
84
 
85
  # Add the title of the table and the selectbox to filter sentiments
 
79
  .set_table_styles([{'selector': 'th', 'props': [('border', '0px')]},
80
  {'selector': 'td', 'props': [('border', '0px')]}])
81
  .background_gradient(subset=['sentiment'], cmap=sentiment_colors)
 
82
  .to_html(escape=False))
83
 
84
  # Add the title of the table and the selectbox to filter sentiments