Wedyan2023 commited on
Commit
b795b3e
·
verified ·
1 Parent(s): c4574be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -114,7 +114,8 @@ if task_choice == "Data Generation":
114
  system_prompt += f"Each example should have between {min_words} and {max_words} words.\n"
115
  system_prompt += "Think step by step while generating the examples."
116
  ####
117
- system_prompt += f"Generate {example['num_to_generate']}"
 
118
 
119
  st.write("System Prompt:")
120
  st.code(system_prompt)
 
114
  system_prompt += f"Each example should have between {min_words} and {max_words} words.\n"
115
  system_prompt += "Think step by step while generating the examples."
116
  ####
117
+ #system_prompt += f"Generate {num_to_generate} examples."
118
+ system_prompt += f"Generate {num_to_generate} examples.\n"
119
 
120
  st.write("System Prompt:")
121
  st.code(system_prompt)