Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ def main():
|
|
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 |
|
|
|
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 |
|