Shami96 commited on
Commit
285f943
·
verified ·
1 Parent(s): 147a122

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -291,7 +291,8 @@ def on_generate(uploaded_file, inv_date, inv_num, inv_type, modules, audit_type,
291
  preview_html,
292
  gr.update(value=xlsx_path, visible=bool(xlsx_path)),
293
  gr.update(value=pdf_path, visible=bool(pdf_path)),
294
- )
 
295
 
296
  def update_audit_dropdown(inv_type_value, current_audit):
297
  choices = _choices_for(inv_type_value)
 
291
  preview_html,
292
  gr.update(value=xlsx_path, visible=bool(xlsx_path)),
293
  gr.update(value=pdf_path, visible=bool(pdf_path)),
294
+ )
295
+
296
 
297
  def update_audit_dropdown(inv_type_value, current_audit):
298
  choices = _choices_for(inv_type_value)