Ashrafb commited on
Commit
d01e9b5
·
1 Parent(s): ef8d9e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -98,7 +98,9 @@ gr.Interface(
98
  title=title,
99
  description=description,
100
  article=article,
101
- css=".gradio-container {background-color: #FFF8DC}",
 
 
102
  examples=examples,
103
  enable_queue=True,
104
  allow_flagging=False
 
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