Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def respond(message, history):
|
|
86 |
return f"An error occurred: {e}"
|
87 |
|
88 |
# UI Setup
|
89 |
-
with gr.Blocks(theme=
|
90 |
gr.Markdown("")
|
91 |
with gr.Tabs():
|
92 |
with gr.TabItem("Introduction"):
|
|
|
86 |
return f"An error occurred: {e}"
|
87 |
|
88 |
# UI Setup
|
89 |
+
with gr.Blocks(theme='Hev832/Applio', css='footer {visibility: hidden}') as demo:
|
90 |
gr.Markdown("")
|
91 |
with gr.Tabs():
|
92 |
with gr.TabItem("Introduction"):
|