Amirizaniani commited on
Commit
427ce2d
1 Parent(s): c9e2742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
106
  with gr.Row():
107
  generate_button = gr.Button("Generate", variant="primary", min_width=300)
108
  with gr.Column():
109
- cbg = gr.CheckboxGroup(choices=[], label="List of the prompts", interactive=True)
110
 
111
  generate_button.click(updateChoices, inputs=[prompt_input], outputs=[cbg])
112
 
 
106
  with gr.Row():
107
  generate_button = gr.Button("Generate", variant="primary", min_width=300)
108
  with gr.Column():
109
+ cbg = gr.CheckboxGroup(choices=[], label="List of the probes", interactive=True)
110
 
111
  generate_button.click(updateChoices, inputs=[prompt_input], outputs=[cbg])
112