Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ for c in cases:
|
|
| 71 |
for (tab, type, author_ind, text, kws) in zip(tabs, types, author_inds, texts, keywords):
|
| 72 |
with tab:
|
| 73 |
st.markdown("**" + justices_df.iloc[author_ind]['Name'].split(', ')[0].split(' ')[-1] + "**")
|
| 74 |
-
st.markdown("**Tags**:" + str(kws[0:6]))
|
| 75 |
|
| 76 |
|
| 77 |
|
|
|
|
| 71 |
for (tab, type, author_ind, text, kws) in zip(tabs, types, author_inds, texts, keywords):
|
| 72 |
with tab:
|
| 73 |
st.markdown("**" + justices_df.iloc[author_ind]['Name'].split(', ')[0].split(' ')[-1] + "**")
|
| 74 |
+
st.markdown("**Tags**: " + str(kws[0:6]))
|
| 75 |
|
| 76 |
|
| 77 |
|