Thanush commited on
Commit
a22013f
·
1 Parent(s): 4ee00f5

Update interface branding to BluePlanet Medical Assistant

Browse files
Files changed (1) hide show
  1. medbot/interface.py +2 -2
medbot/interface.py CHANGED
@@ -17,8 +17,8 @@ def bot_response_handler(chat_history):
17
 
18
  def build_interface():
19
  with gr.Blocks(theme="soft") as demo:
20
- gr.Markdown("# 🏥 Dr Bavana's Medical Assistant ")
21
- gr.Markdown("By Techindia Solutions AI")
22
  with gr.Row():
23
  with gr.Column(scale=4):
24
  chatbot = gr.Chatbot(height=500)
 
17
 
18
  def build_interface():
19
  with gr.Blocks(theme="soft") as demo:
20
+ gr.Markdown("# 🏥 BluePlanet Medical Assistant ")
21
+ gr.Markdown("By BluePlanet Solutions AI")
22
  with gr.Row():
23
  with gr.Column(scale=4):
24
  chatbot = gr.Chatbot(height=500)