Spaces:
Sleeping
Sleeping
NCTCMumbai
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks() as demo:
|
|
111 |
# Beautiful heading with logo
|
112 |
gr.HTML(value="""
|
113 |
<div style="display: flex; align-items: center; justify-content: space-between;">
|
114 |
-
<h1 style="color: #008000">
|
115 |
<img src='logo.png' alt="Chatbot" width="50" height="50" />
|
116 |
</div>
|
117 |
""", elem_id="heading")
|
|
|
111 |
# Beautiful heading with logo
|
112 |
gr.HTML(value="""
|
113 |
<div style="display: flex; align-items: center; justify-content: space-between;">
|
114 |
+
<h1 style="color: #008000">ADWITIYA - <span style="color: #008000">Customs Manual Chatbot</span></h1>
|
115 |
<img src='logo.png' alt="Chatbot" width="50" height="50" />
|
116 |
</div>
|
117 |
""", elem_id="heading")
|