Ashrafb commited on
Commit
e568536
1 Parent(s): d01e9b5

Update app.py

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