Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def askme(symptoms, question):
|
|
34 |
# Extract only the assistant's response
|
35 |
assistant_response = response_text.split("<|im_start|>assistant")[1].strip().replace('<|im_end', '')
|
36 |
# Extract only the assistant's response
|
37 |
-
return
|
38 |
|
39 |
|
40 |
|
|
|
34 |
# Extract only the assistant's response
|
35 |
assistant_response = response_text.split("<|im_start|>assistant")[1].strip().replace('<|im_end', '')
|
36 |
# Extract only the assistant's response
|
37 |
+
return assistant_response
|
38 |
|
39 |
|
40 |
|