Spaces:
Running
Running
Update app.py
Browse files
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
|
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:
|