Update app.py
Browse files
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
|
| 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="
|
| 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 |
|