emr-distillation commited on
Commit
b8aea7d
·
verified ·
1 Parent(s): 5868467

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ demo = gr.Interface(
69
  [
70
  gr.Textbox(
71
  label="Medical Report",
72
- info="You can put any types of medical report",
73
  lines=20,
74
  value=" ",
75
  ),
 
69
  [
70
  gr.Textbox(
71
  label="Medical Report",
72
+ info="You may put radiology medical report. Each sentence should be seperate with period mark.",
73
  lines=20,
74
  value=" ",
75
  ),