Spaces:
Sleeping
Sleeping
skanderovitch
commited on
Commit
•
81272dc
1
Parent(s):
5a2b249
Update app.py
Browse files
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 |
-
|
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 |
|