Update app.py
Browse files
app.py
CHANGED
@@ -5,5 +5,5 @@ def greet(name):
|
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text",
|
7 |
title = 'Hello World',
|
8 |
-
description = "
|
9 |
iface.launch()
|
|
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text",
|
7 |
title = 'Hello World',
|
8 |
+
description = "A daily reminder to boost your happiness!")
|
9 |
iface.launch()
|