Spaces:
Running
Running
apple muncy
commited on
Commit
·
17611bd
1
Parent(s):
965c189
fix dash_btn
Browse filesSigned-off-by: apple muncy <[email protected]>
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 |
-
|
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():
|