Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ with st.sidebar:
|
|
| 24 |
|
| 25 |
# Dropdown to select model
|
| 26 |
model_options = [
|
| 27 |
-
"deepseek-ai/DeepSeek-R1-Distill-Qwen-
|
| 28 |
]
|
| 29 |
selected_model = st.selectbox("Select Model", model_options, index=0)
|
| 30 |
|
|
@@ -62,7 +62,7 @@ def query(payload, api_url):
|
|
| 62 |
return None
|
| 63 |
|
| 64 |
# Chat interface
|
| 65 |
-
st.title("
|
| 66 |
st.caption("")
|
| 67 |
|
| 68 |
# Display chat history
|
|
|
|
| 24 |
|
| 25 |
# Dropdown to select model
|
| 26 |
model_options = [
|
| 27 |
+
"deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
|
| 28 |
]
|
| 29 |
selected_model = st.selectbox("Select Model", model_options, index=0)
|
| 30 |
|
|
|
|
| 62 |
return None
|
| 63 |
|
| 64 |
# Chat interface
|
| 65 |
+
st.title("deepseek-build...")
|
| 66 |
st.caption("")
|
| 67 |
|
| 68 |
# Display chat history
|