aidevhund commited on
Commit
7c3e962
·
verified ·
1 Parent(s): 7ae9c67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]), css='footer {visibility: hidden}') as demo:
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"):