Saghir commited on
Commit
0da0f9a
·
1 Parent(s): f2ae40f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def generate_activation_maps(image):
95
  return attention_list
96
 
97
  # Streamlit UI
98
- st.title("PathDino - Compact ViT for histopathology Image Analysis")
99
  st.write("Upload a histology image to view the activation maps.")
100
 
101
  # uploaded_image = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
 
95
  return attention_list
96
 
97
  # Streamlit UI
98
+ st.title("PathDino - Compact ViT for Histopathology Image Analysis")
99
  st.write("Upload a histology image to view the activation maps.")
100
 
101
  # uploaded_image = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])