migueldeguzmandev commited on
Commit
9aaf3d9
·
verified ·
1 Parent(s): 3883fd1

Rename app (1).py to app.py

Browse files
Files changed (1) hide show
  1. app (1).py → app.py +1 -1
app (1).py → app.py RENAMED
@@ -24,7 +24,7 @@ with st.sidebar:
24
 
25
  # Dropdown to select model
26
  model_options = [
27
- "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
28
  ]
29
  selected_model = st.selectbox("Select Model", model_options, index=0)
30
 
 
24
 
25
  # Dropdown to select model
26
  model_options = [
27
+ "migueldeguzmandev/paperclippetertodd3",
28
  ]
29
  selected_model = st.selectbox("Select Model", model_options, index=0)
30