kenton-li commited on
Commit
d8f7197
·
1 Parent(s): cc081ce

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 = history[-1][0]
140
- response = csv_prompter(question,csv_name):
141
 
142
  response = invitation+ response
143
  history[-1][1] = response
 
137
  human_invitation = "Patient: "
138
 
139
  question = history[-1][0]
140
+ response = csv_prompter(question,csv_name)
141
 
142
  response = invitation+ response
143
  history[-1][1] = response