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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ 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: #2ECC71">Customs Manual Chatbot</h1>
114
  <img src='logo.png' alt="Chatbot" width="50" height="50" />
115
  </div>
116
  """, elem_id="heading")
 
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")