Spaces:
Sleeping
Sleeping
Update streamlit_app.py
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
|
@@ -123,7 +123,7 @@ st.markdown("""
|
|
| 123 |
# Architecture Notes
|
| 124 |
with st.expander("🛠️ Technical Details & Architecture"):
|
| 125 |
st.markdown("""
|
| 126 |
-
* **AI Engine:** Summaries and keyword extraction are powered by **
|
| 127 |
* **Data Sources:** Live API integration with Congress.gov, official federal RSS feeds, and master committee schedules.
|
| 128 |
* **Filtering:** Articles and bills are strictly filtered against a hardcoded tech-policy dictionary before the AI reads them.
|
| 129 |
* **Data Retention:** News expires from the UI after 30 days, Schedules after 60 days. Legislation is retained for the duration of the current Congress.
|
|
|
|
| 123 |
# Architecture Notes
|
| 124 |
with st.expander("🛠️ Technical Details & Architecture"):
|
| 125 |
st.markdown("""
|
| 126 |
+
* **AI Engine:** Summaries and keyword extraction are powered by **Qwen2.5-7B-Instruct**.
|
| 127 |
* **Data Sources:** Live API integration with Congress.gov, official federal RSS feeds, and master committee schedules.
|
| 128 |
* **Filtering:** Articles and bills are strictly filtered against a hardcoded tech-policy dictionary before the AI reads them.
|
| 129 |
* **Data Retention:** News expires from the UI after 30 days, Schedules after 60 days. Legislation is retained for the duration of the current Congress.
|