Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ client = OpenAI(
|
|
13 |
)
|
14 |
|
15 |
# App Title and Sidebar Configuration
|
16 |
-
st.title("
|
17 |
|
18 |
# Sidebar: Model Selection and Advanced Settings
|
19 |
st.sidebar.header("Configuration")
|
|
|
13 |
)
|
14 |
|
15 |
# App Title and Sidebar Configuration
|
16 |
+
st.title("Deepseek V3 Advance Reasoning")
|
17 |
|
18 |
# Sidebar: Model Selection and Advanced Settings
|
19 |
st.sidebar.header("Configuration")
|