LuckRafly commited on
Commit
3a3b167
·
1 Parent(s): 3aba7d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: