pgurazada1
commited on
Commit
•
852f1ba
1
Parent(s):
340bfcf
Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,7 @@ def predict(user_input):
|
|
102 |
f.write(json.dumps(
|
103 |
{
|
104 |
'user_input': user_input,
|
|
|
105 |
'model_response': prediction
|
106 |
}
|
107 |
))
|
|
|
102 |
f.write(json.dumps(
|
103 |
{
|
104 |
'user_input': user_input,
|
105 |
+
'retrieved_context': context_for_query,
|
106 |
'model_response': prediction
|
107 |
}
|
108 |
))
|