loubnabnl HF staff commited on
Commit
df5803f
1 Parent(s): 23f16fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ with col1:
121
  selected_models = st.multiselect(
122
  "Select code generation models to compare:",
123
  GENERATION_MODELS,
124
- default=["CodeParrot"],
125
  key=3,
126
  )
127
  st.markdown(" ")
 
121
  selected_models = st.multiselect(
122
  "Select code generation models to compare:",
123
  GENERATION_MODELS,
124
+ default=GENERATION_MODELS,
125
  key=3,
126
  )
127
  st.markdown(" ")