Wedyan2023 commited on
Commit
62a9af6
·
verified ·
1 Parent(s): ba3fb95

Update app96.py

Browse files
Files changed (1) hide show
  1. app96.py +1 -1
app96.py CHANGED
@@ -182,7 +182,7 @@ if "task_choice" in st.session_state:
182
  if content and label:
183
  few_shot_examples.append({"content": content, "label": label})
184
 
185
- num_to_generate = st.number_input("Number of examples", 1, 100, 10)
186
  user_prompt = st.text_area("Additional instructions (optional)")
187
 
188
  prompt_template = PromptTemplate(
 
182
  if content and label:
183
  few_shot_examples.append({"content": content, "label": label})
184
 
185
+ num_to_generate = st.number_input("Number of examples", 1, 70, 10)
186
  user_prompt = st.text_area("Additional instructions (optional)")
187
 
188
  prompt_template = PromptTemplate(