Spaces:
Sleeping
Sleeping
Update index.py
Browse files
index.py
CHANGED
|
@@ -175,12 +175,12 @@ app.layout = dbc.Container([
|
|
| 175 |
{"name": "Etiqueta de sentimento", "id": "FinBERT_label"},
|
| 176 |
],
|
| 177 |
style_table={'overflowX': 'auto'},
|
| 178 |
-
style_cell={
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
},
|
| 184 |
page_action="native",
|
| 185 |
page_current= 0,
|
| 186 |
page_size= 10,
|
|
|
|
| 175 |
{"name": "Etiqueta de sentimento", "id": "FinBERT_label"},
|
| 176 |
],
|
| 177 |
style_table={'overflowX': 'auto'},
|
| 178 |
+
# style_cell={
|
| 179 |
+
# 'textAlign': 'left',
|
| 180 |
+
# 'whiteSpace': 'normal',
|
| 181 |
+
# 'height': 'auto',
|
| 182 |
+
# 'minWidth': '50px', 'width': '180px', 'maxWidth': '180px',
|
| 183 |
+
# },
|
| 184 |
page_action="native",
|
| 185 |
page_current= 0,
|
| 186 |
page_size= 10,
|