Yoxas commited on
Commit
44a49c8
·
verified ·
1 Parent(s): dcb1783

Update src/interface.py

Browse files
Files changed (1) hide show
  1. src/interface.py +0 -1
src/interface.py CHANGED
@@ -59,7 +59,6 @@ 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
- 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
 
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