DontPlanToEnd commited on
Commit
544aa0a
·
verified ·
1 Parent(s): 91e3238

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -582,7 +582,7 @@ political_columns = [
582
 
583
  template_column = {
584
  "field": "Prompt Template",
585
- "headerName": "Prompt Template",
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'},