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