tjl8 commited on
Commit
6d5ccb1
·
verified ·
1 Parent(s): 44de8c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")