Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,12 +79,13 @@ st.markdown("""
|
|
| 79 |
}
|
| 80 |
.stTextInput>div>div>input {
|
| 81 |
background-color: #ffffff;
|
|
|
|
| 82 |
}
|
| 83 |
</style>
|
| 84 |
""", unsafe_allow_html=True)
|
| 85 |
|
| 86 |
# App title and description
|
| 87 |
-
st.title("
|
| 88 |
st.markdown("""
|
| 89 |
Analyze news excerpts with our powerful AI tools:
|
| 90 |
- Classify news articles into categories
|
|
|
|
| 79 |
}
|
| 80 |
.stTextInput>div>div>input {
|
| 81 |
background-color: #ffffff;
|
| 82 |
+
color : #FF6347;
|
| 83 |
}
|
| 84 |
</style>
|
| 85 |
""", unsafe_allow_html=True)
|
| 86 |
|
| 87 |
# App title and description
|
| 88 |
+
st.title("Daily Mirror News Analyzer")
|
| 89 |
st.markdown("""
|
| 90 |
Analyze news excerpts with our powerful AI tools:
|
| 91 |
- Classify news articles into categories
|