cools commited on
Commit
2958976
·
1 Parent(s): 8dd657d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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