Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -139,9 +139,9 @@ def main():
139
  if "messages" not in st.session_state:
140
  st.session_state.messages = []
141
 
142
- st.title("DeepSeek/Llama Vision Chat with File Upload")
143
- st.markdown("Chat with DeepSeek AI model. You can optionally upload files for the model to analyze.")
144
- st.markdown("Feel free to upload images too, in this case Llama Vision will be used")
145
 
146
  # Sidebar for parameters
147
  with st.sidebar:
 
139
  if "messages" not in st.session_state:
140
  st.session_state.messages = []
141
 
142
+ st.title("AI Chatbot")
143
+ st.markdown("Chat with AI model. You can optionally upload files for the model to analyze.")
144
+ st.markdown("Feel free to upload images")
145
 
146
  # Sidebar for parameters
147
  with st.sidebar: