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