Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 [[
|
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: "
|