xyizko commited on
Commit
1ab143e
·
verified ·
1 Parent(s): fa4fdc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ def jokerz():
38
  return gr.ChatInterface(
39
  get_joke_response,
40
  type="messages",
41
- title="Chat with a Random Joke Generator 🤣",
42
- description="Chat and get random jokes from JokeAPI!",
43
  )
44
 
45
  jokeapp = run_interface()
 
38
  return gr.ChatInterface(
39
  get_joke_response,
40
  type="messages",
41
+ title=" xyizko - Random Joke Generator 🤣",
42
+ description="Get random jokes from JokeAPI!",
43
  )
44
 
45
  jokeapp = run_interface()