-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHealthWise.py
36 lines (29 loc) · 1.29 KB
/
HealthWise.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
import streamlit as st
st.set_page_config(page_title="HealthWise", page_icon="💬", layout="wide")
st.write("# Welcome to HealthWise! 👋")
st.markdown(
"""
HealthWise is an innovative multi-agent system designed to revolutionize public health management.
Harnessing real-time symptom reporting and advanced analytics, HealthWise empowers individuals and health authorities to act swiftly against the spread of infectious diseases.
"""
)
st.markdown("### How It Works:")
st.markdown(
"""
🌐 **Track Symptoms Effortlessly**
Share your health concerns through an intuitive interface and receive instant guidance tailored to your needs.\n
🚀 **Real-time Data Reporting**
Contribute to the global health monitoring system by reporting symptoms in real time.\n
📊 **Analyze Health Trends**
HealthWise processes data from diverse locations, identifying patterns and potential hotspots before they escalate.\n
🏥 **Support Healthcare Systems**
Equip medical professionals with real-time insights for informed decision-making and timely responses.\n
"""
)
st.markdown(
"""
## Our Mission
Join us in safeguarding community health and creating a safer, smarter future with HealthWise.
Your health. Our mission. 🌍
"""
)