dogoodson commited on
Commit
7b54d7d
·
verified ·
1 Parent(s): 8814aea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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("# Choose a patient to view their summary, and then generate concise patient instructions.")
 
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")