Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ruslanmv
/
DeepSeek-R1-Chatbot
like
33
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
ruslanmv
commited on
Jan 28
Commit
dbec34d
·
verified
·
1 Parent(s):
9dbd1b1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,7 +36,7 @@ with st.sidebar:
36
37
max_tokens = st.slider(
38
"Max Tokens",
39
-
10, 4000,
100
40
)
41
42
temperature = st.slider(
36
37
max_tokens = st.slider(
38
"Max Tokens",
39
+
10, 4000,
256
40
)
41
42
temperature = st.slider(