Update app.py
Browse files
app.py
CHANGED
@@ -110,13 +110,13 @@ with gr.Blocks() as demo:
|
|
110 |
# Beautiful heading with logo
|
111 |
gr.HTML(value="""
|
112 |
<div style="display: flex; align-items: center; justify-content: space-between;">
|
113 |
-
<h1 style="color: #008000">ADWITYA <span style="color: #008000">Customs Manual Chatbot</span></h1>
|
114 |
<img src='logo.png' alt="Chatbot" width="50" height="50" />
|
115 |
</div>
|
116 |
""", elem_id="heading")
|
117 |
|
118 |
# Formatted description
|
119 |
-
gr.HTML(value="""<p style="font-family: sans-serif; font-size: 16px;">A free chat bot developed by National Customs Targeting Center using Open source LLMs
|
120 |
|
121 |
chatbot = gr.Chatbot(
|
122 |
[],
|
|
|
110 |
# Beautiful heading with logo
|
111 |
gr.HTML(value="""
|
112 |
<div style="display: flex; align-items: center; justify-content: space-between;">
|
113 |
+
<h1 style="color: #008000">ADWITYA - <span style="color: #008000">Customs Manual Chatbot</span></h1>
|
114 |
<img src='logo.png' alt="Chatbot" width="50" height="50" />
|
115 |
</div>
|
116 |
""", elem_id="heading")
|
117 |
|
118 |
# Formatted description
|
119 |
+
gr.HTML(value="""<p style="font-family: sans-serif; font-size: 16px;">A free chat bot developed by National Customs Targeting Center using Open source LLMs.(Dedicated to 75th Batch IRS Probationers)</p>""", elem_id="description")
|
120 |
|
121 |
chatbot = gr.Chatbot(
|
122 |
[],
|