bhadresh-savani commited on
Commit
115d92d
·
1 Parent(s): 8d58b4f

try selectbox

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def main():
28
  "Please Choose the Model",
29
  ("t5-base-wikisplit","t5-v1_1-base-wikisplit", "byt5-base-wikisplit","t5-large-wikisplit"))
30
 
31
- change_example = st.sidebar.radio("Try Random Examples", ["Yes", "No"], index=1)
32
 
33
  st.sidebar.write('''
34
  ## Applications:
 
28
  "Please Choose the Model",
29
  ("t5-base-wikisplit","t5-v1_1-base-wikisplit", "byt5-base-wikisplit","t5-large-wikisplit"))
30
 
31
+ change_example = st.sidebar.selectbox("Try Random Examples", ["Yes"])
32
 
33
  st.sidebar.write('''
34
  ## Applications: