Sarath0x8f commited on
Commit
0d8557a
·
verified ·
1 Parent(s): f607deb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -145,8 +145,10 @@ github_logo_encoded = encode_image("Images/github-logo.png")
145
  linkedin_logo_encoded = encode_image("Images/linkedin-logo.png")
146
  website_logo_encoded = encode_image("Images/ai-logo.png")
147
 
 
 
148
  # UI Setup
149
- with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]), css='footer {visibility: hidden}') as demo:
150
  gr.Markdown("# DocBot📄🤖")
151
  with gr.Tabs():
152
  with gr.TabItem("Intro"):
 
145
  linkedin_logo_encoded = encode_image("Images/linkedin-logo.png")
146
  website_logo_encoded = encode_image("Images/ai-logo.png")
147
 
148
+ # theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]),
149
+
150
  # UI Setup
151
+ with gr.Blocks(css='footer {visibility: hidden}') as demo:
152
  gr.Markdown("# DocBot📄🤖")
153
  with gr.Tabs():
154
  with gr.TabItem("Intro"):