Spaces:
Sleeping
Sleeping
Pradeep Kumar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ try:
|
|
16 |
zip_ref.extractall(extract_dir)
|
17 |
print(f"Files in '{extract_dir}' directory:", os.listdir(extract_dir))
|
18 |
except Exception as e:
|
19 |
-
print(f"An error occurred: {e}"
|
20 |
|
21 |
# Check current directory and list files
|
22 |
print("Current Directory:", os.getcwd())
|
|
|
16 |
zip_ref.extractall(extract_dir)
|
17 |
print(f"Files in '{extract_dir}' directory:", os.listdir(extract_dir))
|
18 |
except Exception as e:
|
19 |
+
print(f"An error occurred: {e}")
|
20 |
|
21 |
# Check current directory and list files
|
22 |
print("Current Directory:", os.getcwd())
|