prdev commited on
Commit
8d47fe0
1 Parent(s): 20b4832

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ import io
12
  streamlit_analytics.start_tracking()
13
 
14
  # Set page config for custom theme
15
- st.set_page_config(page_title="Where will they look?", layout="wide")
16
 
17
  # Custom color scheme for Streamlit
18
  st.markdown("""
@@ -115,7 +115,7 @@ def overlay_attention_map(image, attention_map, overlay_strength, color_scheme):
115
 
116
  return Image.fromarray((overlayed_image * 255).astype(np.uint8))
117
 
118
- st.title("Where will they look?")
119
 
120
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
121
 
 
12
  streamlit_analytics.start_tracking()
13
 
14
  # Set page config for custom theme
15
+ st.set_page_config(page_title="ViewViz", layout="wide")
16
 
17
  # Custom color scheme for Streamlit
18
  st.markdown("""
 
115
 
116
  return Image.fromarray((overlayed_image * 255).astype(np.uint8))
117
 
118
+ st.title("ViewViz")
119
 
120
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
121