Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|