Aiconvert commited on
Commit
41e0293
1 Parent(s): a7d57fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -177,6 +177,7 @@ demo = gr.Interface(
177
  theme="syddharth/gray-minimal",
178
  title=title,
179
  description=description,
 
180
  article=article)
181
 
182
  demo.queue().launch()
 
177
  theme="syddharth/gray-minimal",
178
  title=title,
179
  description=description,
180
+ css=" footer{display:none !important;}",
181
  article=article)
182
 
183
  demo.queue().launch()