Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def greet(description,color,features):
|
|
7 |
|
8 |
description = 'description:' + description.replace(' ', '-')
|
9 |
|
10 |
-
print(
|
11 |
|
12 |
final += description
|
13 |
|
|
|
7 |
|
8 |
description = 'description:' + description.replace(' ', '-')
|
9 |
|
10 |
+
print('-'.join(color))
|
11 |
|
12 |
final += description
|
13 |
|