Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ with gr.Blocks() as demo:
|
|
233 |
save = gr.Checkbox(label="Download Generated Tweets CSV? (Y/n)", value=True)
|
234 |
with gr.Accordion("Additional Parameters", open=False):
|
235 |
num_responses = gr.Slider(label= "Number of total fake Tweets to generate", value=20, minimum=20, maximum=500, step=5)
|
236 |
-
n = gr.Slider(label="Number of Tweets to return per API call (smaller = More randomized answers)", value=
|
237 |
system_prompt = gr.Dropdown(label="",
|
238 |
value=BotSimulator.assistant_prompt,
|
239 |
choices=[
|
|
|
233 |
save = gr.Checkbox(label="Download Generated Tweets CSV? (Y/n)", value=True)
|
234 |
with gr.Accordion("Additional Parameters", open=False):
|
235 |
num_responses = gr.Slider(label= "Number of total fake Tweets to generate", value=20, minimum=20, maximum=500, step=5)
|
236 |
+
n = gr.Slider(label="Number of Tweets to return per API call (smaller = More randomized answers)", value=1, minimum=1, maximum=50, step=1)
|
237 |
system_prompt = gr.Dropdown(label="",
|
238 |
value=BotSimulator.assistant_prompt,
|
239 |
choices=[
|