Shanulhaq commited on
Commit
fd9ee11
·
verified ·
1 Parent(s): 633fe28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def extract_text_from_pdf(pdf_file):
98
  return text
99
 
100
  def main():
101
- st.title("ReportEase AI")
102
  st.title("AI-driven Medical Report Analyzer with Multilingual Audio Feedback.")
103
  st.write("Upload a Medical report (Image or PDF) for analysis.")
104
 
 
98
  return text
99
 
100
  def main():
101
+ st.heading("ReportEase AI")
102
  st.title("AI-driven Medical Report Analyzer with Multilingual Audio Feedback.")
103
  st.write("Upload a Medical report (Image or PDF) for analysis.")
104