kenton-li commited on
Commit
c35762b
·
1 Parent(s): b2ecf15

Update app.py

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