sharmapacific commited on
Commit
513a8a8
1 Parent(s): 995e366

added user instructions to upload report

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ demo = gr.Interface(
106
  gr.Textbox(label="Or Paste Report Text here", lines=10)
107
  ],
108
  outputs=[gr.Textbox(label="Report Analysis"), gr.Textbox(label="Copy and Paste this Medical Report Text in Diet/Exercise Plan Generation")],
109
- description="Discover Your Path to Well-being",
110
  )
111
 
112
  present_symptom_checker = gr.Interface(
 
106
  gr.Textbox(label="Or Paste Report Text here", lines=10)
107
  ],
108
  outputs=[gr.Textbox(label="Report Analysis"), gr.Textbox(label="Copy and Paste this Medical Report Text in Diet/Exercise Plan Generation")],
109
+ description="Discover Your Path to Well-being, Upload Medical report PDF or copy paste the text to get Insight; Sample Report - https://cdn1.lalpathlabs.com/live/reports/WM17S.pdf",
110
  )
111
 
112
  present_symptom_checker = gr.Interface(