Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
|
|
2 |
|
3 |
|
4 |
def greet(description,color):
|
5 |
-
final =
|
|
|
6 |
print(color)
|
7 |
return final
|
8 |
|
|
|
2 |
|
3 |
|
4 |
def greet(description,color):
|
5 |
+
final = 'white background '
|
6 |
+
final += description.replace(' ', '-')
|
7 |
print(color)
|
8 |
return final
|
9 |
|