Spaces:
Running
Running
Update streamlit_app.py
Browse files- streamlit_app.py +2 -2
streamlit_app.py
CHANGED
|
@@ -213,11 +213,11 @@ 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-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.
|
| 221 |
RADAR INTEL:
|
| 222 |
{context}
|
| 223 |
"""
|
|
|
|
| 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 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}
|
| 223 |
"""
|