arjunanand13 commited on
Commit
fa5ad43
·
verified ·
1 Parent(s): 2c36e48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -222,6 +222,9 @@ interface = gr.Interface(
222
  title="Resume Analysis System",
223
  description="Upload a questions.json file and a ZIP file containing resumes to process.",
224
  allow_flagging="never",
 
 
 
225
  )
226
 
227
  # Launch with debugging and sharing enabled
 
222
  title="Resume Analysis System",
223
  description="Upload a questions.json file and a ZIP file containing resumes to process.",
224
  allow_flagging="never",
225
+ examples=[
226
+ ["questions.json", "to_be_screened_2.zip"]
227
+ ]
228
  )
229
 
230
  # Launch with debugging and sharing enabled