BennoKrojer commited on
Commit
2a7848d
1 Parent(s): 6f3fb83
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ set2ids = json.load(open('set2ids.json', 'r'))
22
  descriptions = json.load(open('valid_list.json', 'r'))
23
 
24
 
25
- st.button("hi")
26
 
27
  example = int()
28
  example_idx = int(col1.number_input('Sample an example from the validation set', value=0, min_value=0, max_value=len(descriptions)-1))
 
22
  descriptions = json.load(open('valid_list.json', 'r'))
23
 
24
 
25
+ b= st.button("hi")
26
 
27
  example = int()
28
  example_idx = int(col1.number_input('Sample an example from the validation set', value=0, min_value=0, max_value=len(descriptions)-1))