Spaces:
Runtime error
Runtime error
AdityaBolt commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,10 +4,10 @@ def greet(name):
|
|
| 4 |
letter = f"Dear {name},\n\n" \
|
| 5 |
"I hope this note finds you well. Your smile brightens everyone's day, " \
|
| 6 |
"and I just wanted to take a moment to tell you how much you mean to those around you. " \
|
|
|
|
|
|
|
| 7 |
"- Your Friend"
|
| 8 |
return letter
|
| 9 |
|
| 10 |
-
|
| 11 |
iface = gr.Interface(fn=write_letter, inputs="text", outputs="text")
|
| 12 |
-
|
| 13 |
iface.launch()
|
|
|
|
| 4 |
letter = f"Dear {name},\n\n" \
|
| 5 |
"I hope this note finds you well. Your smile brightens everyone's day, " \
|
| 6 |
"and I just wanted to take a moment to tell you how much you mean to those around you. " \
|
| 7 |
+
"Keep being your awesome self!\n\n" \
|
| 8 |
+
"With lots of love and a huge hug,\n" \
|
| 9 |
"- Your Friend"
|
| 10 |
return letter
|
| 11 |
|
|
|
|
| 12 |
iface = gr.Interface(fn=write_letter, inputs="text", outputs="text")
|
|
|
|
| 13 |
iface.launch()
|