Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|