momenaca commited on
Commit
d83f72e
·
1 Parent(s): 1da05bb

add update to link sources of synthesis

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ def get_synthesis(question, *answers, config=config):
285
  },
286
  ):
287
  time.sleep(0.01)
288
- yield [(question, elt)]
289
 
290
 
291
  theme = gr.themes.Base(
 
285
  },
286
  ):
287
  time.sleep(0.01)
288
+ yield [(question, parse_output_llm_with_sources(elt))]
289
 
290
 
291
  theme = gr.themes.Base(