bstraehle commited on
Commit
7d18057
1 Parent(s): 73da155

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def wandb_trace(rag_option, prompt, completion, status_msg, start_time_ms, end_t
143
  "document_0": "" if (rag_option == "Off" or str(status_msg) != "") else str(document_0),
144
  "document_1": "" if (rag_option == "Off" or str(status_msg) != "") else str(document_1),
145
  "document_2": "" if (rag_option == "Off" or str(status_msg) != "") else str(document_2)},
146
- outputs = {"result": result}
147
  start_time_ms = start_time_ms,
148
  end_time_ms = end_time_ms
149
  )
 
143
  "document_0": "" if (rag_option == "Off" or str(status_msg) != "") else str(document_0),
144
  "document_1": "" if (rag_option == "Off" or str(status_msg) != "") else str(document_1),
145
  "document_2": "" if (rag_option == "Off" or str(status_msg) != "") else str(document_2)},
146
+ outputs = {"result": result},
147
  start_time_ms = start_time_ms,
148
  end_time_ms = end_time_ms
149
  )