osanseviero HF staff commited on
Commit
762f224
1 Parent(s): e61b08d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ iface = gr.Interface(
13
  outputs='text',
14
  examples=[["Hello! My name is Omar"]],
15
  theme="default",
 
16
  )
17
 
18
  iface.launch()
 
13
  outputs='text',
14
  examples=[["Hello! My name is Omar"]],
15
  theme="default",
16
+ css=".footer{display:none !important}",
17
  )
18
 
19
  iface.launch()