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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -177,8 +177,9 @@ demo = gr.Interface(
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()
184
 
 
177
  theme="syddharth/gray-minimal",
178
  title=title,
179
  description=description,
180
+ article=article,
181
+ css=" footer{display:none !important;}"
182
+ )
183
 
184
  demo.queue().launch()
185