allantacuelwvsu commited on
Commit
cedbd37
·
1 Parent(s): 4344f16

quality of life

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ st.title("Multimodal Chatbot")
18
  if "messages" not in st.session_state:
19
  st.session_state.messages = []
20
  # Add initial bot welcome message
21
- initial_message = "Hello! I'm your chatbot. You can upload an image or ask me anything to get started!"
22
  st.session_state.messages.append({"role": "assistant", "content": initial_message})
23
 
24
  # Display chat history
 
18
  if "messages" not in st.session_state:
19
  st.session_state.messages = []
20
  # Add initial bot welcome message
21
+ initial_message = "Hello! I'm a chatbot. You can upload an image or ask me anything to get started!"
22
  st.session_state.messages.append({"role": "assistant", "content": initial_message})
23
 
24
  # Display chat history