markobinario commited on
Commit
4a4e9f6
·
verified ·
1 Parent(s): d057c94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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>')