loubnabnl HF staff commited on
Commit
77615a0
1 Parent(s): 091c31a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with col1:
102
  selected_models = st.multiselect(
103
  "Select code generation models to compare:",
104
  GENERATION_MODELS,
105
- default=["CodeParrot"],
106
  key=3,
107
  )
108
  st.markdown(" ")
 
102
  selected_models = st.multiselect(
103
  "Select code generation models to compare:",
104
  GENERATION_MODELS,
105
+ default=GENERATION_MODELS,
106
  key=3,
107
  )
108
  st.markdown(" ")