Sami2000 commited on
Commit
d66ea09
·
verified ·
1 Parent(s): 38051e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,7 +18,7 @@ st.markdown(
18
  unsafe_allow_html=True
19
  )
20
  st.markdown(
21
- "<h4 style='text-align:center; color:#375a7f;'>AI-powered OSINT: See what the news & social web really think</h4>",
22
  unsafe_allow_html=True
23
  )
24
  st.markdown("---")
@@ -39,7 +39,7 @@ with col2:
39
  help="e.g. 'Military', 'worldnews', or leave blank for all"
40
  )
41
  with col3:
42
- query = st.text_input("Enter your topic or query:", value="US Army INDOPACOM")
43
 
44
  max_articles = st.slider("Number of news articles:", 5, 25, 12)
45
 
 
18
  unsafe_allow_html=True
19
  )
20
  st.markdown(
21
+ "<h4 style='text-align:center; color:#375a7f;'>AI-powered Open Source Research and Analysis: See what the news & social web really think</h4>",
22
  unsafe_allow_html=True
23
  )
24
  st.markdown("---")
 
39
  help="e.g. 'Military', 'worldnews', or leave blank for all"
40
  )
41
  with col3:
42
+ query = st.text_input("Enter your topic or query:", value="Enter Value Here")
43
 
44
  max_articles = st.slider("Number of news articles:", 5, 25, 12)
45