IJ-Reynolds HF Staff commited on
Commit
8b69ca1
·
verified ·
1 Parent(s): 95b3682

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 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
  """
 
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
  """