Spaces:
Sleeping
Sleeping
Commit
·
5e08b8e
1
Parent(s):
3e14fe8
Fix syntax
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ with gr.Blocks(title="Automatic Reimbursement Tool Demo") as page:
|
|
272 |
[input_file, extracted_text],
|
273 |
[extracted_text],
|
274 |
)
|
275 |
-
submit_button.click(
|
276 |
# lambda input_file, category, chatbot, information: (print("File supplied, resetting") or (
|
277 |
# gr.Dropdown.update(Category.ACCOMODATION),
|
278 |
# gr.Chatbot.update(None),
|
|
|
272 |
[input_file, extracted_text],
|
273 |
[extracted_text],
|
274 |
)
|
275 |
+
# submit_button.click(
|
276 |
# lambda input_file, category, chatbot, information: (print("File supplied, resetting") or (
|
277 |
# gr.Dropdown.update(Category.ACCOMODATION),
|
278 |
# gr.Chatbot.update(None),
|