Ashish Reddy commited on
Commit
25b517f
·
verified ·
1 Parent(s): 1f63591

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks(css="""
192
  """) as demo:
193
 
194
  gr.Markdown("<div class='main-title'>Pollen Grain Counter</div>")
195
- gr.Markdown("<div class='subtitle'>Upload microscope images for automated pollen detection and counting</div>")
196
 
197
  with gr.Row():
198
  # Left column - Controls and Downloads
@@ -204,7 +204,7 @@ with gr.Blocks(css="""
204
  )
205
 
206
  with gr.Row():
207
- run_button = gr.Button("Analyze Images", variant="primary", size="lg")
208
  clear_button = gr.Button("Clear", variant="secondary")
209
 
210
  # Configuration section
 
192
  """) as demo:
193
 
194
  gr.Markdown("<div class='main-title'>Pollen Grain Counter</div>")
195
+ gr.Markdown("<div class='subtitle'>Upload Images for automated pollen detection and counting</div>")
196
 
197
  with gr.Row():
198
  # Left column - Controls and Downloads
 
204
  )
205
 
206
  with gr.Row():
207
+ run_button = gr.Button("Start Processing", variant="primary", size="lg")
208
  clear_button = gr.Button("Clear", variant="secondary")
209
 
210
  # Configuration section