kevin1911 commited on
Commit
dcf7837
·
verified ·
1 Parent(s): 83a1393

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"