YchKhan commited on
Commit
178afae
1 Parent(s): 0b07124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -512,8 +512,8 @@ with gr.Blocks() as demo:
512
 
513
 
514
 
515
- btn_clear_df.click(update_df, inputs=[tb_session_id], outputs=[df_qna, file_df])
516
- btn_fill_answers.click(ask_df, inputs=[df_qna, apikey_input, dd_model, tb_session_id], outputs=df_qna)
517
  btn_export_df.click(export_df, inputs=[df_qna, r_format], outputs=[file_df])
518
  with gr.Tab("Summarize PDF"):
519
  with gr.Column():
 
512
 
513
 
514
 
515
+ btn_clear_df.click(update_df, inputs=[tb_session_id], outputs=df_qna)
516
+ btn_fill_answers.click(ask_df, inputs=[df_qna, apikey_input, dd_model, tb_session_id], outputs=[df_qna, file_df])
517
  btn_export_df.click(export_df, inputs=[df_qna, r_format], outputs=[file_df])
518
  with gr.Tab("Summarize PDF"):
519
  with gr.Column():