Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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
|