NCTCMumbai commited on
Commit
7145a7c
·
verified ·
1 Parent(s): 19a5fa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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">ADWITYA - <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")
 
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")