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