RAMYASRI-39 commited on
Commit
2692c44
1 Parent(s): 7ec8794

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -222,8 +222,8 @@ with gr.Blocks(theme='gradio/soft') as CHATBOT:
222
  history_state = gr.State([])
223
  with gr.Row():
224
  with gr.Column(scale=10):
225
- gr.HTML(value="""<div style="color: #FF4500;"><h1>m-</h1>MITHRA<h1><span style="color: #008000">student Manual Chatbot </span></h1></div>""")
226
- gr.HTML(value=f"""<p style="font-family: sans-serif; font-size: 16px;">Using GenAI for CBIC Capacity Building - A free chat bot developed by National Customs Targeting Center using Open source LLMs for CBIC Officers</p>""")
227
  gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 14px;">Developed by NCTC,Mumbai. Suggestions may be sent to <a href="mailto:nctc-admin@gov.in" style="color: #00008B; font-style: italic;">nctc-admin@gov.in</a>.</p>""")
228
 
229
  with gr.Column(scale=3):
 
222
  history_state = gr.State([])
223
  with gr.Row():
224
  with gr.Column(scale=10):
225
+ gr.HTML(value="""<div style="color: #FF4500;"><h1>STUDENT'S FRIEND</h1>MITHRA<h1><span style="color: #008000">student Manual Chatbot </span></h1></div>""")
226
+ gr.HTML(value=f"""<p style="font-family: sans-serif; font-size: 16px;">Using GenAI for 10 th std students - A free chat bot developed by K.M.RAMYASRI,TGT,GHS.SUTHUKENY using Open source LLMs for 10 std students</p>""")
227
  gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 14px;">Developed by NCTC,Mumbai. Suggestions may be sent to <a href="mailto:nctc-admin@gov.in" style="color: #00008B; font-style: italic;">nctc-admin@gov.in</a>.</p>""")
228
 
229
  with gr.Column(scale=3):