Sami2000 commited on
Commit
d03cc6d
·
verified ·
1 Parent(s): 5242888

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ selected_days = date_range[1]
29
  # --- NEW: Subreddit input ---
30
  subreddit = st.text_input("Specify a subreddit (optional, e.g., 'Military' or 'worldnews'). Leave blank for all.", value="")
31
 
32
- query = st.text_input("Enter your topic or query:", value="US Army INDOPACOM")
33
  max_articles = st.slider("Number of news articles:", 5, 25, 12)
34
 
35
  # --- CLEANING FUNCTION ---
 
29
  # --- NEW: Subreddit input ---
30
  subreddit = st.text_input("Specify a subreddit (optional, e.g., 'Military' or 'worldnews'). Leave blank for all.", value="")
31
 
32
+ query = st.text_input("Enter your topic or query:", value="Enter Value Here")
33
  max_articles = st.slider("Number of news articles:", 5, 25, 12)
34
 
35
  # --- CLEANING FUNCTION ---