Update app.py
Browse files
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 |
|