bupa1018 commited on
Commit
30ae5be
·
1 Parent(s): 8fde75c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -280,9 +280,9 @@ def main():
280
  examples_per_page=3,
281
  )
282
 
283
- # with gr.Column(scale=3):
284
- # with gr.Tab("References"):
285
- # doc_citation = gr.HTML("<p>References used in answering the question will be displayed below.</p>")
286
 
287
  user_txt.submit(check_input_text, user_txt, None).success(add_text, [chatbot, user_txt], [chatbot, user_txt]).then(bot_kadi, [chatbot], [chatbot])
288
  submit_btn.click(check_input_text, user_txt, None).success(add_text, [chatbot, user_txt], [chatbot, user_txt]).then(bot_kadi, [chatbot], [chatbot])
 
280
  examples_per_page=3,
281
  )
282
 
283
+ with gr.Column(scale=3):
284
+ with gr.Tab("References"):
285
+ doc_citation = gr.HTML("<p>References used in answering the question will be displayed below.</p>")
286
 
287
  user_txt.submit(check_input_text, user_txt, None).success(add_text, [chatbot, user_txt], [chatbot, user_txt]).then(bot_kadi, [chatbot], [chatbot])
288
  submit_btn.click(check_input_text, user_txt, None).success(add_text, [chatbot, user_txt], [chatbot, user_txt]).then(bot_kadi, [chatbot], [chatbot])