Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -326,8 +326,7 @@ with gr.Blocks(head=GOOGLE_FONTS_URL, css=custom_css, theme=gr.themes.Soft()) as
|
|
| 326 |
|
| 327 |
with gr.Tab("📈 Statistics"):
|
| 328 |
stats_output = gr.Markdown(
|
| 329 |
-
label="Processing Statistics"
|
| 330 |
-
placeholder="Processing statistics will appear here..."
|
| 331 |
)
|
| 332 |
|
| 333 |
gr.HTML('</div>')
|
|
|
|
| 326 |
|
| 327 |
with gr.Tab("📈 Statistics"):
|
| 328 |
stats_output = gr.Markdown(
|
| 329 |
+
label="Processing Statistics"
|
|
|
|
| 330 |
)
|
| 331 |
|
| 332 |
gr.HTML('</div>')
|