Spaces:
Running
Running
Benjamin Consolvo
commited on
Commit
·
a7148c9
1
Parent(s):
f9f7ead
capitalization
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ st.set_page_config(page_title="Preventative Healthcare Outreach", layout="wide")
|
|
27 |
# Title at the top of the app
|
28 |
st.title("Cloud Native Agentic Workflows in Healthcare")
|
29 |
st.markdown("""
|
30 |
-
Welcome to your preventative healthcare outreach agentic system, built using the open-source framework [
|
31 |
|
32 |
To improve patient health outcomes, healthcare providers are looking for ways to reach out to patients who may be eligible for preventative screenings. This system is designed to help you automate the process of identifying patients who meet specific screening criteria and generating personalized emails to encourage them to schedule their screenings.
|
33 |
|
@@ -36,7 +36,6 @@ st.markdown("""
|
|
36 |
2. Select default (synthetically generated) patient data, or upload your own CSV file.
|
37 |
3. Describe a medical screening task.
|
38 |
4. Click on "Generate Outreach Emails" to create draft emails to patients (.txt files with email drafts).
|
39 |
-
5. Download the generated emails as a ZIP file or individually.
|
40 |
""")
|
41 |
|
42 |
# Function to read README.md file
|
|
|
27 |
# Title at the top of the app
|
28 |
st.title("Cloud Native Agentic Workflows in Healthcare")
|
29 |
st.markdown("""
|
30 |
+
Welcome to your preventative healthcare outreach agentic system, built using the open-source framework [AutoGen](https://github.com/microsoft/autogen).
|
31 |
|
32 |
To improve patient health outcomes, healthcare providers are looking for ways to reach out to patients who may be eligible for preventative screenings. This system is designed to help you automate the process of identifying patients who meet specific screening criteria and generating personalized emails to encourage them to schedule their screenings.
|
33 |
|
|
|
36 |
2. Select default (synthetically generated) patient data, or upload your own CSV file.
|
37 |
3. Describe a medical screening task.
|
38 |
4. Click on "Generate Outreach Emails" to create draft emails to patients (.txt files with email drafts).
|
|
|
39 |
""")
|
40 |
|
41 |
# Function to read README.md file
|