text update
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
|
@@ -14,7 +14,7 @@ import base64
|
|
| 14 |
|
| 15 |
# Set page config with dark theme
|
| 16 |
st.set_page_config(
|
| 17 |
-
page_title="
|
| 18 |
page_icon="src/assets/logo.png",
|
| 19 |
layout="wide",
|
| 20 |
initial_sidebar_state="expanded" # Keep sidebar expanded to show the toggle
|
|
@@ -416,7 +416,7 @@ with st.sidebar:
|
|
| 416 |
help="Toggle to enable or disable medical database search")
|
| 417 |
|
| 418 |
# Main app area
|
| 419 |
-
st.title("
|
| 420 |
|
| 421 |
# Display chat history
|
| 422 |
for message in st.session_state.history:
|
|
|
|
| 14 |
|
| 15 |
# Set page config with dark theme
|
| 16 |
st.set_page_config(
|
| 17 |
+
page_title="Daease",
|
| 18 |
page_icon="src/assets/logo.png",
|
| 19 |
layout="wide",
|
| 20 |
initial_sidebar_state="expanded" # Keep sidebar expanded to show the toggle
|
|
|
|
| 416 |
help="Toggle to enable or disable medical database search")
|
| 417 |
|
| 418 |
# Main app area
|
| 419 |
+
st.title("What are you Daignosing Today?")
|
| 420 |
|
| 421 |
# Display chat history
|
| 422 |
for message in st.session_state.history:
|