Ashish Reddy commited on
Update app.py
Browse files
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
|
| 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("
|
| 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
|