Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,8 +38,8 @@ def jokerz():
|
|
| 38 |
return gr.ChatInterface(
|
| 39 |
get_joke_response,
|
| 40 |
type="messages",
|
| 41 |
-
title="
|
| 42 |
-
description="
|
| 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()
|