Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ global value
|
|
| 6 |
value = set()
|
| 7 |
|
| 8 |
def list_attributes_and_values():
|
|
|
|
| 9 |
attr = 'temp_files'
|
| 10 |
new_value = getattr(fi_output, attr)
|
| 11 |
print(value)
|
|
|
|
| 6 |
value = set()
|
| 7 |
|
| 8 |
def list_attributes_and_values():
|
| 9 |
+
global value
|
| 10 |
attr = 'temp_files'
|
| 11 |
new_value = getattr(fi_output, attr)
|
| 12 |
print(value)
|