WebTrio24 commited on
Commit
58d9153
1 Parent(s): c9f837f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -331,11 +331,6 @@ with gr.Blocks() as demo:
331
  inputs=[name_output, skills_output, experience_output, user_response_input, stage, questions_and_answers, user],
332
  outputs=[recent_question_output, stage, questions_and_answers, user]
333
  )
334
- with gr.TabItem("Download Results"):
335
- def get_csv_file():
336
- return "skills_interview_results.csv"
337
-
338
- download_button = gr.File(label="Download Interview Results", file_path=get_csv_file)
339
 
340
  demo.launch(debug ='True', share='True')
341
 
 
331
  inputs=[name_output, skills_output, experience_output, user_response_input, stage, questions_and_answers, user],
332
  outputs=[recent_question_output, stage, questions_and_answers, user]
333
  )
 
 
 
 
 
334
 
335
  demo.launch(debug ='True', share='True')
336