Hk4crprasad commited on
Commit
dc0be55
·
verified ·
1 Parent(s): 4124846

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -730,7 +730,7 @@ if len(st.session_state.chat_session) > 0:
730
 
731
  #st.session_state.chat.history
732
 
733
- cols=st.columns(4)
734
 
735
  with cols[0]:
736
  image_atachment = st.toggle("Attach image", value=False, help="Activate this mode to attach an image and let the chatbot read it")
 
730
 
731
  #st.session_state.chat.history
732
 
733
+ cols=st.columns(5)
734
 
735
  with cols[0]:
736
  image_atachment = st.toggle("Attach image", value=False, help="Activate this mode to attach an image and let the chatbot read it")