thak123 commited on
Commit
0ac15e1
·
verified ·
1 Parent(s): c19c4ed

Update index.py

Browse files
Files changed (1) hide show
  1. index.py +6 -6
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
- '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,
 
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,