Update app.py
Browse files
app.py
CHANGED
@@ -78,8 +78,8 @@ iface = gr.Interface(
|
|
78 |
gr.Dropdown(label="Superpower", choices=superpowers)
|
79 |
],
|
80 |
outputs="text",
|
81 |
-
title="Character Description
|
82 |
-
description="Enter details about your character to generate a
|
83 |
)
|
84 |
|
85 |
iface.launch()
|
|
|
78 |
gr.Dropdown(label="Superpower", choices=superpowers)
|
79 |
],
|
80 |
outputs="text",
|
81 |
+
title="Games Senarios Generator Base on Character Description",
|
82 |
+
description="Enter details about your character to generate a game senario!"
|
83 |
)
|
84 |
|
85 |
iface.launch()
|