Update app.py
Browse files
app.py
CHANGED
|
@@ -582,7 +582,7 @@ political_columns = [
|
|
| 582 |
|
| 583 |
template_column = {
|
| 584 |
"field": "Prompt Template",
|
| 585 |
-
"headerName": "
|
| 586 |
"width": 160,
|
| 587 |
"filter": "agTextColumnFilter",
|
| 588 |
"filterParams": {
|
|
@@ -859,7 +859,7 @@ app.layout = html.Div([
|
|
| 859 |
html.Div([
|
| 860 |
dcc.Checklist(
|
| 861 |
id='template-filter',
|
| 862 |
-
options=[{'label': 'Template', 'value': 'template'}],
|
| 863 |
value=[],
|
| 864 |
inline=True,
|
| 865 |
style={'display': 'inline-block'},
|
|
|
|
| 582 |
|
| 583 |
template_column = {
|
| 584 |
"field": "Prompt Template",
|
| 585 |
+
"headerName": "Template",
|
| 586 |
"width": 160,
|
| 587 |
"filter": "agTextColumnFilter",
|
| 588 |
"filterParams": {
|
|
|
|
| 859 |
html.Div([
|
| 860 |
dcc.Checklist(
|
| 861 |
id='template-filter',
|
| 862 |
+
options=[{'label': 'Prompt Template', 'value': 'template'}],
|
| 863 |
value=[],
|
| 864 |
inline=True,
|
| 865 |
style={'display': 'inline-block'},
|