Wedyan2023 commited on
Commit
e96c919
·
verified ·
1 Parent(s): 3a99074

Update app96.py

Browse files
Files changed (1) hide show
  1. app96.py +1 -1
app96.py CHANGED
@@ -296,7 +296,7 @@ if "task_choice" in st.session_state:
296
  if content and label:
297
  few_shot_examples.append(f"{content}\nLabel: {label}")
298
 
299
- num_examples = st.number_input("Number of examples to classify", 1, 100, 1)
300
 
301
  examples_to_classify = []
302
  if num_examples <= 20:
 
296
  if content and label:
297
  few_shot_examples.append(f"{content}\nLabel: {label}")
298
 
299
+ num_examples = st.number_input("Number of examples to classify", 1, 50, 1)
300
 
301
  examples_to_classify = []
302
  if num_examples <= 20: