Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def main():
|
|
43 |
layout="wide"
|
44 |
)
|
45 |
st.write(css, unsafe_allow_html=True)
|
46 |
-
|
47 |
agent = agent_init()
|
48 |
|
49 |
if "image_processed" not in st.session_state:
|
|
|
43 |
layout="wide"
|
44 |
)
|
45 |
st.write(css, unsafe_allow_html=True)
|
46 |
+
st.title("Chat with an Image 🖼️")
|
47 |
agent = agent_init()
|
48 |
|
49 |
if "image_processed" not in st.session_state:
|