aaliyaan commited on
Commit
c3246c1
·
1 Parent(s): 468f2cb

cahnged name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def create_chat_interface():
97
  file_input = gr.File(label="Upload PDF", visible=False, file_types=[".pdf"])
98
 
99
  def toggle_pdf_input(selected_model):
100
- return gr.update(visible=(selected_model == "PDF Summarizer (T5)"))
101
 
102
  model_choice.change(fn=toggle_pdf_input, inputs=model_choice, outputs=file_input)
103
 
 
97
  file_input = gr.File(label="Upload PDF", visible=False, file_types=[".pdf"])
98
 
99
  def toggle_pdf_input(selected_model):
100
+ return gr.update(visible=(selected_model == "Resume Summarizer (T5)"))
101
 
102
  model_choice.change(fn=toggle_pdf_input, inputs=model_choice, outputs=file_input)
103