apple muncy commited on
Commit
17611bd
·
1 Parent(s): 965c189

fix dash_btn

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -537,10 +537,11 @@ def create_dash_app():
537
  with gr.Blocks(title="HF Tagging Bot", theme=gr.themes.Soft()) as demo:
538
  gr.Markdown("# 🏷️ HF Tagging Bot Dashboard")
539
  gr.Markdown("*Tools found*")
540
- sim_btn = gr.Button("🏷️ Test Tag Detection")
541
 
542
 
543
  with gr.Column():
 
544
  dash_result = gr.Textbox(label="Result", lines=8)
545
 
546
  with gr.Column():
 
537
  with gr.Blocks(title="HF Tagging Bot", theme=gr.themes.Soft()) as demo:
538
  gr.Markdown("# 🏷️ HF Tagging Bot Dashboard")
539
  gr.Markdown("*Tools found*")
540
+ dash_btn = gr.Button("🏷️ Test Tag Detection")
541
 
542
 
543
  with gr.Column():
544
+
545
  dash_result = gr.Textbox(label="Result", lines=8)
546
 
547
  with gr.Column():