kevin1911 commited on
Commit
3337dca
·
verified ·
1 Parent(s): 7030d5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def classify_text(statement):
87
  # -----------------------------------------
88
  # 3) Gradio Interface
89
  # -----------------------------------------
90
- with gr.Blocks() as demo:
91
  gr.Markdown("## Simulated Machine Learning (Bag-of-Words) Demo")
92
  gr.Markdown("Train a simple word-count-based model, then classify new statements.")
93
 
 
87
  # -----------------------------------------
88
  # 3) Gradio Interface
89
  # -----------------------------------------
90
+ with gr.Blocks(css="footer{display:none !important}") as demo:
91
  gr.Markdown("## Simulated Machine Learning (Bag-of-Words) Demo")
92
  gr.Markdown("Train a simple word-count-based model, then classify new statements.")
93