Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,8 @@ import gradio as gr
|
|
| 100 |
choices = [""] + list(patientSample.keys())
|
| 101 |
|
| 102 |
with gr.Blocks(title="Patient Instructions generated from Clinical Notes", theme="soft") as demo:
|
| 103 |
-
gr.Markdown("#
|
|
|
|
| 104 |
|
| 105 |
patientDropdown = gr.Dropdown(choices, label="Choose a Patient ID")
|
| 106 |
motivationTextbox = gr.Textbox(lines=4, label="Visit Motivation")
|
|
|
|
| 100 |
choices = [""] + list(patientSample.keys())
|
| 101 |
|
| 102 |
with gr.Blocks(title="Patient Instructions generated from Clinical Notes", theme="soft") as demo:
|
| 103 |
+
gr.Markdown("# Patient Treatment Plan Summarizer");
|
| 104 |
+
gr.Markdown("### Choose a patient to view their summary, and then generate concise patient instructions.")
|
| 105 |
|
| 106 |
patientDropdown = gr.Dropdown(choices, label="Choose a Patient ID")
|
| 107 |
motivationTextbox = gr.Textbox(lines=4, label="Visit Motivation")
|