Yoxas commited on
Commit
59cac7d
·
verified ·
1 Parent(s): 8b467eb

Update src/interface.py

Browse files
Files changed (1) hide show
  1. src/interface.py +1 -0
src/interface.py CHANGED
@@ -59,6 +59,7 @@ def create_demo():
59
  #NEW
60
  with gr.Column(scale=0.20):
61
  download_chat = gr.DownloadButton('Download chat History', elem_id='download_chat')
 
62
  #NEW
63
 
64
  return demo, chat_history, show_img, text_input, submit_button, uploaded_pdf, download_chat, slider_chunk_size,slider_overlap_percentage,slider_temp,slider_k
 
59
  #NEW
60
  with gr.Column(scale=0.20):
61
  download_chat = gr.DownloadButton('Download chat History', elem_id='download_chat')
62
+ output = gr.Filebox(label="chat_history")
63
  #NEW
64
 
65
  return demo, chat_history, show_img, text_input, submit_button, uploaded_pdf, download_chat, slider_chunk_size,slider_overlap_percentage,slider_temp,slider_k