mylesai commited on
Commit
2ff8262
·
verified ·
1 Parent(s): 0c5df9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -782,6 +782,7 @@ def import_client_data(client_name, zipfile, topical_map, password, project_bool
782
  Input: client name (str), client_drive_path (str)
783
  Output: Completed Brandfolder
784
  '''
 
785
  if client_name == None:
786
  raise gr.Error("Please choose a client")
787
 
 
782
  Input: client name (str), client_drive_path (str)
783
  Output: Completed Brandfolder
784
  '''
785
+ print(zipfile)
786
  if client_name == None:
787
  raise gr.Error("Please choose a client")
788