abidlabs HF staff commited on
Commit
f8bc496
·
1 Parent(s): 565004c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ import gradio as gr
23
 
24
  gr.Interface(fn=predict,
25
  theme="default",
 
26
  inputs=["text", "state"],
27
  outputs=["text", "state"]).launch()
28
 
 
23
 
24
  gr.Interface(fn=predict,
25
  theme="default",
26
+ css=".footer {display:none !important}",
27
  inputs=["text", "state"],
28
  outputs=["text", "state"]).launch()
29