Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|