tjl8 commited on
Commit
2544913
·
verified ·
1 Parent(s): 0f8745d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ if query:
129
 
130
  st.markdown(f"**Date:** {date} | **Bill Number:** {bill_number} | **Score:** {score:.2f}")
131
  st.markdown(f"**Category:** {cat}")
132
- st.markdown(f"**Category Std:** {cat_std}")
133
  st.markdown(f"** Intended Beneficiaries:** {bene}")
134
  st.markdown(f"** Intended Beneficiaries STD:** {bene_std}")
135
  st.markdown(f"**Goal:** {goal}")
 
129
 
130
  st.markdown(f"**Date:** {date} | **Bill Number:** {bill_number} | **Score:** {score:.2f}")
131
  st.markdown(f"**Category:** {cat}")
132
+ st.markdown(f"**Category Std:** {cat_std}")
133
  st.markdown(f"** Intended Beneficiaries:** {bene}")
134
  st.markdown(f"** Intended Beneficiaries STD:** {bene_std}")
135
  st.markdown(f"**Goal:** {goal}")