mylesai commited on
Commit
17811a8
·
verified ·
1 Parent(s): 93da7ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -946,7 +946,7 @@ with gr.Blocks() as block:
946
  stop = gr.Button("Stop Run")
947
 
948
  with gr.Tab("Brandfolder AI Trigger"):
949
- with gr.Column(visible=False, elem_id='trigger') as trigger:
950
  gr.Markdown('''
951
  # Run AI in Brandfolder
952
  This button runs the AI algorithm using all the images stored in the Pre-Processed Images section in Brandfolder.
 
946
  stop = gr.Button("Stop Run")
947
 
948
  with gr.Tab("Brandfolder AI Trigger"):
949
+ with gr.Column(visible=True, elem_id='trigger') as trigger:
950
  gr.Markdown('''
951
  # Run AI in Brandfolder
952
  This button runs the AI algorithm using all the images stored in the Pre-Processed Images section in Brandfolder.