Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,8 @@ def main():
|
|
185 |
# Define custom CSS to style the logo and header
|
186 |
# Define local image paths
|
187 |
logo_path = "Equinix-LOGO.jpeg" # Ensure this file exists
|
188 |
-
|
|
|
189 |
# Custom CSS for background styling
|
190 |
# Custom CSS for background styling
|
191 |
custom_css = """
|
@@ -218,7 +219,8 @@ def main():
|
|
218 |
with gr.Blocks(css=custom_css) as demo:
|
219 |
gr.Image(logo_path, elem_id="logo", show_label=False, height=200, width=500,show_download_button=False) # Display Logo
|
220 |
|
221 |
-
|
|
|
222 |
# Title & Description
|
223 |
gr.Markdown("<h1 style='text-align: center; color: black;'>Equinix Chatbot for Automation Team</h1>")
|
224 |
|
|
|
185 |
# Define custom CSS to style the logo and header
|
186 |
# Define local image paths
|
187 |
logo_path = "Equinix-LOGO.jpeg" # Ensure this file exists
|
188 |
+
|
189 |
+
|
190 |
# Custom CSS for background styling
|
191 |
# Custom CSS for background styling
|
192 |
custom_css = """
|
|
|
219 |
with gr.Blocks(css=custom_css) as demo:
|
220 |
gr.Image(logo_path, elem_id="logo", show_label=False, height=200, width=500,show_download_button=False) # Display Logo
|
221 |
|
222 |
+
|
223 |
+
gr.Markdown(image_html)
|
224 |
# Title & Description
|
225 |
gr.Markdown("<h1 style='text-align: center; color: black;'>Equinix Chatbot for Automation Team</h1>")
|
226 |
|