updated the cover
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with st.expander("How to use this App"):
|
|
92 |
st.markdown(about)
|
93 |
|
94 |
# --- Load the image ---
|
95 |
-
image = Image.open("
|
96 |
st.image(image, width=400)
|
97 |
|
98 |
# --- Q and A Tab ---
|
|
|
92 |
st.markdown(about)
|
93 |
|
94 |
# --- Load the image ---
|
95 |
+
image = Image.open("visual_understanding.png")
|
96 |
st.image(image, width=400)
|
97 |
|
98 |
# --- Q and A Tab ---
|