Update app.py
Browse files
app.py
CHANGED
@@ -98,9 +98,7 @@ gr.Interface(
|
|
98 |
title=title,
|
99 |
description=description,
|
100 |
article=article,
|
101 |
-
css=".gradio-container {background-color: #FFF8DC}
|
102 |
-
footer{display:none !important}
|
103 |
-
",
|
104 |
examples=examples,
|
105 |
enable_queue=True,
|
106 |
allow_flagging=False
|
|
|
98 |
title=title,
|
99 |
description=description,
|
100 |
article=article,
|
101 |
+
css=".gradio-container {background-color: #FFF8DC;} footer{display:none !important;}",
|
|
|
|
|
102 |
examples=examples,
|
103 |
enable_queue=True,
|
104 |
allow_flagging=False
|