Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
| 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")
|