Spaces:
Sleeping
Sleeping
Update streamlit_app.py
Browse files- streamlit_app.py +4 -3
streamlit_app.py
CHANGED
|
@@ -94,10 +94,10 @@ st.title("AI Policy and News Dashboard - ALPHA Version")
|
|
| 94 |
st.markdown("""
|
| 95 |
Welcome to the **AI Policy and News Dashboard**, an automated platform tracking technology policy developments, legislative movement, and media coverage.
|
| 96 |
|
| 97 |
-
The portal will auto-populate with newly scanned data every
|
| 98 |
|
| 99 |
This portal's information is divided into two tabs:
|
| 100 |
-
* **Radar (Upcoming & Today's News):** Forward-looking legislative data and daily news updates.
|
| 101 |
* **Archive (Past):** Historical data record on past media coverage and legislation from the current Congress.
|
| 102 |
* **How to Filter:** Use the **Controls in the left sidebar** to filter by specific data categories or use the search bar below.
|
| 103 |
|
|
@@ -216,7 +216,8 @@ if active_df is not None and not active_df.empty:
|
|
| 216 |
Provide a highly concise, 3-paragraph executive briefing based only on the following recent intelligence gathered from the user's Radar tracking system.
|
| 217 |
|
| 218 |
Do not include outside information. Focus on legislative changes, executive actions, and tech industry shifts directly identified in the sources. Cite all sources used in the summary using in-line citations for easy user verification.
|
| 219 |
-
|
|
|
|
| 220 |
RADAR INTEL:
|
| 221 |
{context}
|
| 222 |
"""
|
|
|
|
| 94 |
st.markdown("""
|
| 95 |
Welcome to the **AI Policy and News Dashboard**, an automated platform tracking technology policy developments, legislative movement, and media coverage.
|
| 96 |
|
| 97 |
+
The portal will auto-populate with newly scanned data every 1 hour.
|
| 98 |
|
| 99 |
This portal's information is divided into two tabs:
|
| 100 |
+
* **Radar (Upcoming & Today's News):** Forward-looking legislative data when it is available and daily news updates.
|
| 101 |
* **Archive (Past):** Historical data record on past media coverage and legislation from the current Congress.
|
| 102 |
* **How to Filter:** Use the **Controls in the left sidebar** to filter by specific data categories or use the search bar below.
|
| 103 |
|
|
|
|
| 216 |
Provide a highly concise, 3-paragraph executive briefing based only on the following recent intelligence gathered from the user's Radar tracking system.
|
| 217 |
|
| 218 |
Do not include outside information. Focus on legislative changes, executive actions, and tech industry shifts directly identified in the sources. Cite all sources used in the summary using in-line citations for easy user verification.
|
| 219 |
+
|
| 220 |
+
Ensure that prior to posting the summary, there are no odd characters or errors in the text.
|
| 221 |
RADAR INTEL:
|
| 222 |
{context}
|
| 223 |
"""
|