Spaces:
Running
Running
Update app.py
Browse files
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(
|
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"):
|