Spaces:
Running
Running
Update pages/info.py
Browse files- pages/info.py +4 -4
pages/info.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
-
st.set_page_config(page_title="MediAssist
|
| 4 |
|
| 5 |
# Title Section
|
| 6 |
-
st.title("π©Ί MediAssist
|
| 7 |
st.write("### Transforming Healthcare With AI Β· Built by **Nandan Dutta**")
|
| 8 |
|
| 9 |
st.markdown("---")
|
|
@@ -57,7 +57,7 @@ and healthcare is one of the most powerful ways to do it.
|
|
| 57 |
st.markdown("---")
|
| 58 |
|
| 59 |
# Features Section
|
| 60 |
-
st.header("βοΈ Key Features of MediAssist
|
| 61 |
st.write("""
|
| 62 |
- 𧬠Symptom-based clinical guidance
|
| 63 |
- π Drug information & interaction checker
|
|
@@ -130,4 +130,4 @@ and build a suite of assistive AI products that make daily life easier for milli
|
|
| 130 |
|
| 131 |
st.markdown("---")
|
| 132 |
|
| 133 |
-
st.success("β
Thanks for visiting MediAssist
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
+
st.set_page_config(page_title="MediAssist β Info ", page_icon="π©Ί", layout="wide")
|
| 4 |
|
| 5 |
# Title Section
|
| 6 |
+
st.title("π©Ί MediAssist β Information Page")
|
| 7 |
st.write("### Transforming Healthcare With AI Β· Built by **Nandan Dutta**")
|
| 8 |
|
| 9 |
st.markdown("---")
|
|
|
|
| 57 |
st.markdown("---")
|
| 58 |
|
| 59 |
# Features Section
|
| 60 |
+
st.header("βοΈ Key Features of MediAssist")
|
| 61 |
st.write("""
|
| 62 |
- 𧬠Symptom-based clinical guidance
|
| 63 |
- π Drug information & interaction checker
|
|
|
|
| 130 |
|
| 131 |
st.markdown("---")
|
| 132 |
|
| 133 |
+
st.success("β
Thanks for visiting MediAssist! Your interest supports the next generation of AI in healthcare.")
|