abidlabs HF staff commited on
Commit
5fe34af
1 Parent(s): e2efe57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ def predict(prompt):
9
  return completion
10
 
11
  # Now create the interface
12
- gr.Interface(fn=predict, inputs="text", outputs="text").launch()
 
9
  return completion
10
 
11
  # Now create the interface
12
+ gr.Interface(fn=predict, inputs="text", outputs="text", css=".footer{display:none !important}").launch()