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