Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,8 @@ logger = logging.getLogger(__name__)
|
|
| 8 |
|
| 9 |
# Page configuration
|
| 10 |
st.set_page_config(
|
| 11 |
-
page_title="
|
| 12 |
-
page_icon="
|
| 13 |
layout="centered"
|
| 14 |
)
|
| 15 |
|
|
@@ -24,7 +24,7 @@ with st.sidebar:
|
|
| 24 |
|
| 25 |
# Dropdown to select model
|
| 26 |
model_options = [
|
| 27 |
-
"
|
| 28 |
]
|
| 29 |
selected_model = st.selectbox("Select Model", model_options, index=0)
|
| 30 |
|
|
|
|
| 8 |
|
| 9 |
# Page configuration
|
| 10 |
st.set_page_config(
|
| 11 |
+
page_title="",
|
| 12 |
+
page_icon="",
|
| 13 |
layout="centered"
|
| 14 |
)
|
| 15 |
|
|
|
|
| 24 |
|
| 25 |
# Dropdown to select model
|
| 26 |
model_options = [
|
| 27 |
+
"deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
|
| 28 |
]
|
| 29 |
selected_model = st.selectbox("Select Model", model_options, index=0)
|
| 30 |
|