Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -239,7 +239,7 @@ div[data-testid="stMarkdownContainer"] p {{
|
|
| 239 |
# -------------------#
|
| 240 |
# App Title
|
| 241 |
# -------------------#
|
| 242 |
-
st.markdown("<h1>🧭
|
| 243 |
st.markdown("<p style='text-align:center;'>Discover how your research area evolved and where it's heading next 🚀</p>", unsafe_allow_html=True)
|
| 244 |
|
| 245 |
# -------------------#
|
|
|
|
| 239 |
# -------------------#
|
| 240 |
# App Title
|
| 241 |
# -------------------#
|
| 242 |
+
st.markdown("<h1>🧭 PreSearch: Research Direction Explorer</h1>", unsafe_allow_html=True)
|
| 243 |
st.markdown("<p style='text-align:center;'>Discover how your research area evolved and where it's heading next 🚀</p>", unsafe_allow_html=True)
|
| 244 |
|
| 245 |
# -------------------#
|