tjl8 commited on
Commit
66c32bf
·
verified ·
1 Parent(s): fdd7166

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -489,9 +489,9 @@ if query:
489
 
490
  st.markdown(f"**Date:** {date} | **Bill Number:** {bill_number} | **Score:** {score:.2f}")
491
  st.markdown(f"**Category:** {cat}")
492
- st.markdown(f"**Category Std:** {cat_std}")
493
  st.markdown(f"**Intended Beneficiaries:** {bene}")
494
- st.markdown(f"**Intended Beneficiaries STD:** {bene_std}")
495
  st.markdown(f"**Goal:** {goal}")
496
  st.markdown(f"**Intent:** {intent} | **Stance:** {stance}")
497
  st.markdown(f"**Policy Impact Area:** {impact}")
 
489
 
490
  st.markdown(f"**Date:** {date} | **Bill Number:** {bill_number} | **Score:** {score:.2f}")
491
  st.markdown(f"**Category:** {cat}")
492
+ # st.markdown(f"**Category Std:** {cat_std}")
493
  st.markdown(f"**Intended Beneficiaries:** {bene}")
494
+ # st.markdown(f"**Intended Beneficiaries STD:** {bene_std}")
495
  st.markdown(f"**Goal:** {goal}")
496
  st.markdown(f"**Intent:** {intent} | **Stance:** {stance}")
497
  st.markdown(f"**Policy Impact Area:** {impact}")