IJ-Reynolds HF Staff commited on
Commit
21a9cf0
·
verified ·
1 Parent(s): 5b6cc92

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 12 hours. You can also manually force a scan using the controls on the left side of the screen.
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
  """