openfree commited on
Commit
46d5ab9
·
verified ·
1 Parent(s): b2ad02a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def main():
126
  if "messages" not in st.session_state:
127
  st.session_state.messages = []
128
 
129
- st.title("DeepSeek Chat")
130
  st.markdown("Chat with the DeepSeek AI model. You can upload files if needed.")
131
 
132
  with st.sidebar:
 
126
  if "messages" not in st.session_state:
127
  st.session_state.messages = []
128
 
129
+ st.title("DeepSeek r1 API Free-Chatbot")
130
  st.markdown("Chat with the DeepSeek AI model. You can upload files if needed.")
131
 
132
  with st.sidebar: