Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -21,7 +21,7 @@ st.sidebar.markdown("---")
|
|
21 |
# App Header
|
22 |
st.markdown("""
|
23 |
<h1 style='text-align: center; color: #4A90E2;'>🧠 MediAssist</h1>
|
24 |
-
<h3 style='text-align: center;'>Prescription Analyzer using AI
|
25 |
<p style='text-align: center;'>Upload a doctor's prescription image, and MediAssist will extract, translate, and explain it for you.</p>
|
26 |
<br>
|
27 |
""", unsafe_allow_html=True)
|
|
|
21 |
# App Header
|
22 |
st.markdown("""
|
23 |
<h1 style='text-align: center; color: #4A90E2;'>🧠 MediAssist</h1>
|
24 |
+
<h3 style='text-align: center;'>Prescription Analyzer using AI </h3>
|
25 |
<p style='text-align: center;'>Upload a doctor's prescription image, and MediAssist will extract, translate, and explain it for you.</p>
|
26 |
<br>
|
27 |
""", unsafe_allow_html=True)
|