bravewiki commited on
Commit
711369f
·
verified ·
1 Parent(s): 336268e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def provide_recommendations(extracted_text, model):
53
 
54
  # Streamlit UI for the web app
55
  def main():
56
- st.title("Medical Report Analyzer Using Gemini Model")
57
  st.write("Upload an image of a medical report")
58
 
59
  # Load the Gemini model
 
53
 
54
  # Streamlit UI for the web app
55
  def main():
56
+ st.title("Medical Report Analyzer")
57
  st.write("Upload an image of a medical report")
58
 
59
  # Load the Gemini model