aidevhund commited on
Commit
c4c3f4e
1 Parent(s): 7873eac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def respond(message, history):
68
  return f"An error occurred: {e}", history
69
 
70
  # UI Setup
71
- with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]), css='footer {visibility: hidden}') as demo:
72
  gr.Markdown("# HundAI Chatbot🤖")
73
 
74
  with gr.Row():
 
68
  return f"An error occurred: {e}", history
69
 
70
  # UI Setup
71
+ with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")])) as demo:
72
  gr.Markdown("# HundAI Chatbot🤖")
73
 
74
  with gr.Row():