AdityaBolt commited on
Commit
b86906b
·
verified ·
1 Parent(s): 508f540

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- def greet(name, occasion, tone, emoji_count):
4
  greetings = {
5
  "friendly": "Hey there",
6
  "formal": "Dear",
 
1
  import gradio as gr
2
 
3
+ def write_letter(name, occasion, tone, emoji_count):
4
  greetings = {
5
  "friendly": "Hey there",
6
  "formal": "Dear",