kenton-li commited on
Commit
d713084
·
1 Parent(s): 7b2553c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ with gr.Blocks() as demo:
136
  invitation = "ChatDoctor: "
137
  human_invitation = "Patient: "
138
 
139
- question = history[:][0]
140
  response = csv_prompter(question,csv_name)
141
 
142
  response = invitation+ response
 
136
  invitation = "ChatDoctor: "
137
  human_invitation = "Patient: "
138
 
139
+ question = history[:,0]
140
  response = csv_prompter(question,csv_name)
141
 
142
  response = invitation+ response