kenton-li commited on
Commit
7dede12
·
1 Parent(s): ae74cfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks() as demo:
127
  def restart(history):
128
  invitation = "ChatDoctor: "
129
  human_invitation = "Patient: "
130
- return [[None,invitation+" I am ChatDoctor, what medical questions do you have?"]]
131
 
132
  def user(user_message, history):
133
  invitation = "ChatDoctor: "
 
127
  def restart(history):
128
  invitation = "ChatDoctor: "
129
  human_invitation = "Patient: "
130
+ return [[" \n",invitation+" I am ChatDoctor, what medical questions do you have?"]]
131
 
132
  def user(user_message, history):
133
  invitation = "ChatDoctor: "