PrescriptoAI / app.py
Harika22's picture
Update app.py
43fea27 verified
raw
history blame
1.6 kB
import streamlit as st
st.markdown("""
<div style="background-color: #f9f9f9; padding: 30px; border-radius: 16px; box-shadow: 0 6px 18px rgba(0,0,0,0.06); margin-top: 40px;">
<h2 style="color: #2c3e50; text-align: center;">πŸ“‹ Why <span style="color:#ff4b2b;">Prescripto AI</span>?</h2>
<p style="text-align: center; font-size: 16px; color: #555;">Transform unreadable prescriptions into clear medicine instructions using AI πŸ’Š</p>
<hr style="margin: 25px 0; border: none; height: 1px; background: #eee;">
<ul style="font-size: 16px; line-height: 1.7; color: #333;">
<li>πŸ“· <strong>Upload a handwritten or printed prescription</strong></li>
<li>🧠 <strong>AI extracts medicine names, doses & timings</strong></li>
<li>πŸ’‘ <strong>Get side effects and special instructions instantly</strong></li>
<li>πŸ”’ <strong>Stay safe, avoid confusion & errors</strong></li>
</ul>
<div style="margin-top: 25px;">
<p style="font-weight: 600; margin-bottom: 10px;">πŸ‘₯ Ideal For:</p>
<ul style="line-height: 1.6; color: #444;">
<li>πŸ‘΄ Elderly users needing clarity</li>
<li>πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Families managing prescriptions</li>
<li>πŸ‘©β€βš•οΈ Nurses, pharmacists & caregivers</li>
<li>πŸ“± Anyone needing quick medicine info</li>
</ul>
</div>
<p style="text-align: center; font-style: italic; color: #888; margin-top: 30px;">
Built using EasyOCR, HuggingFace LLMs, LangChain & Streamlit πŸš€
</p>
</div>
""", unsafe_allow_html=True)