Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
|
|
121 |
# Beautiful heading with logo
|
122 |
gr.HTML(value="""
|
123 |
<div style="display: flex; align-items: center; justify-content: space-between;">
|
124 |
-
<h1 style="color: #008000">ADWITIYA - <span style="color: #008000">Customs Manual Chatbot</span></h1>
|
125 |
<img src='logo.png' alt="Chatbot" width="50" height="50" />
|
126 |
</div>
|
127 |
""", elem_id="heading")
|
@@ -137,7 +137,7 @@ with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
|
|
137 |
bubble_full_width=False,
|
138 |
show_copy_button=True,
|
139 |
show_share_button=True,
|
140 |
-
)
|
141 |
|
142 |
with gr.Row():
|
143 |
txt = gr.Textbox(
|
|
|
121 |
# Beautiful heading with logo
|
122 |
gr.HTML(value="""
|
123 |
<div style="display: flex; align-items: center; justify-content: space-between;">
|
124 |
+
<h1 style="color: #008000">ADWITIYA - <span style="color: #008000">Customs Manual Chatbot(UNDER MAINTENANCE..WILL BE BACK SOON)</span></h1>
|
125 |
<img src='logo.png' alt="Chatbot" width="50" height="50" />
|
126 |
</div>
|
127 |
""", elem_id="heading")
|
|
|
137 |
bubble_full_width=False,
|
138 |
show_copy_button=True,
|
139 |
show_share_button=True,
|
140 |
+
)
|
141 |
|
142 |
with gr.Row():
|
143 |
txt = gr.Textbox(
|