Update app.py
Browse files
app.py
CHANGED
|
@@ -90,6 +90,7 @@ demo = gr.Interface(
|
|
| 90 |
],
|
| 91 |
outputs=gr.HTML(label="Classification History"),
|
| 92 |
title="Traditional Rule-Based AI Demo",
|
|
|
|
| 93 |
description=(
|
| 94 |
"1) In the first box, type comma-separated words you consider 'positive'.\n"
|
| 95 |
"2) In the second box, type a statement to classify.\n"
|
|
|
|
| 90 |
],
|
| 91 |
outputs=gr.HTML(label="Classification History"),
|
| 92 |
title="Traditional Rule-Based AI Demo",
|
| 93 |
+
css="footer{display:none !important}",
|
| 94 |
description=(
|
| 95 |
"1) In the first box, type comma-separated words you consider 'positive'.\n"
|
| 96 |
"2) In the second box, type a statement to classify.\n"
|