Wedyan2023
commited on
Update app96.py
Browse files
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,
|
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:
|