aidevhund commited on
Commit
0da7d1e
·
verified ·
1 Parent(s): f6aa89a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def encode_image(image_path):
110
 
111
  # UI Setup
112
  with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]), css='footer {visibility: hidden}') as demo:
113
- gr.Markdown("# HundAI QA📄")
114
  with gr.Tabs():
115
  with gr.TabItem("Introduction"):
116
  gr.Markdown(md.description)
 
110
 
111
  # UI Setup
112
  with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]), css='footer {visibility: hidden}') as demo:
113
+ gr.Markdown("")
114
  with gr.Tabs():
115
  with gr.TabItem("Introduction"):
116
  gr.Markdown(md.description)