Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -287,7 +287,7 @@ if query:
|
|
| 287 |
st.markdown(f"**Policy Impact Area:** {impact}")
|
| 288 |
st.markdown(f"**Key Provision:** {provision}")
|
| 289 |
st.markdown(f"**Description:** {description}")
|
| 290 |
-
st.markdown(f"**Summary:** {summary}")
|
| 291 |
st.markdown(f"**Trend Summary:** {trend}")
|
| 292 |
st.markdown(f"**Actionable Insight:** {insight}")
|
| 293 |
st.markdown(f"[View Full Bill Text]({full_url})\n")
|
|
|
|
| 287 |
st.markdown(f"**Policy Impact Area:** {impact}")
|
| 288 |
st.markdown(f"**Key Provision:** {provision}")
|
| 289 |
st.markdown(f"**Description:** {description}")
|
| 290 |
+
# st.markdown(f"**Summary:** {summary}")
|
| 291 |
st.markdown(f"**Trend Summary:** {trend}")
|
| 292 |
st.markdown(f"**Actionable Insight:** {insight}")
|
| 293 |
st.markdown(f"[View Full Bill Text]({full_url})\n")
|