NCTCMumbai commited on
Commit
f777bc8
·
verified ·
1 Parent(s): e533181

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.</p>""", elem_id="description")
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
  [],