abidlabs HF staff commited on
Commit
28e62c9
·
1 Parent(s): a22159c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ def greet(name):
6
  # We instantiate the Textbox class
7
  textbox = gr.inputs.Textbox(label="Type your name here:", placeholder="John Doe", lines=2)
8
 
9
- gr.Interface(fn=greet, inputs=textbox, outputs="text").launch()
 
6
  # We instantiate the Textbox class
7
  textbox = gr.inputs.Textbox(label="Type your name here:", placeholder="John Doe", lines=2)
8
 
9
+ gr.Interface(fn=greet, inputs=textbox, outputs="text", css=".footer{display:none !important}").launch()