Update app.py
Browse files
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="
|
| 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("
|
| 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 |
|