Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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}")
|