skanderovitch commited on
Commit
81272dc
1 Parent(s): 5a2b249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ for party,pledges in data.loc[themes,parties].items():
181
  if not t.startswith('No specific'):
182
  m += f'<br> - {theme}: {t}'
183
  # st.write(f' - {theme}: {t}')
184
- pss[f'{party} pledges :'].append(f' - {theme}: {t}')
185
  ps.append(m)
186
  projection['manifesto'] = ps
187
 
 
181
  if not t.startswith('No specific'):
182
  m += f'<br> - {theme}: {t}'
183
  # st.write(f' - {theme}: {t}')
184
+ pss[f'{party} pledges :'].append(f' - {theme}: {t}')
185
  ps.append(m)
186
  projection['manifesto'] = ps
187