cahya commited on
Commit
8f794cd
·
1 Parent(s): d081dd3

set default radio

Browse files
Files changed (1) hide show
  1. app/app.py +1 -0
app/app.py CHANGED
@@ -163,6 +163,7 @@ if prompt_group_name in ["Indonesian Newspaper"]:
163
  "Set the decoding methods:",
164
  key="decoding",
165
  options=["Beam Search", "Sampling", "Contrastive Search"],
 
166
  )
167
 
168
  temperature = st.sidebar.slider(
 
163
  "Set the decoding methods:",
164
  key="decoding",
165
  options=["Beam Search", "Sampling", "Contrastive Search"],
166
+ index=2
167
  )
168
 
169
  temperature = st.sidebar.slider(