Spaces:
Sleeping
Sleeping
Update streamlit_app.py
Browse files- streamlit_app.py +3 -1
streamlit_app.py
CHANGED
|
@@ -213,10 +213,12 @@ if active_df is not None and not active_df.empty:
|
|
| 213 |
|
| 214 |
# NEW: Strict context prompt
|
| 215 |
prompt = f"""
|
| 216 |
-
Provide a highly concise, 3-5 paragraph executive briefing based only on the
|
| 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 so that readers can scan easily.
|
| 221 |
RADAR INTEL:
|
| 222 |
{context}
|
|
|
|
| 213 |
|
| 214 |
# NEW: Strict context prompt
|
| 215 |
prompt = f"""
|
| 216 |
+
Provide a highly concise, 3-5 paragraph executive briefing based only on the 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 you are synthesizing and summarizing information from across the Radar tracking system, not just the first 1 or 2 entries.
|
| 221 |
+
|
| 222 |
Ensure that prior to posting the summary, there are no odd characters or errors in the text so that readers can scan easily.
|
| 223 |
RADAR INTEL:
|
| 224 |
{context}
|