Update app.py
Browse files
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 {
|
|
|
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)
|