Jerimee commited on
Commit
1dd8f74
β€’
1 Parent(s): 91942a5

improve desc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ iface = gr.Interface(
22
  inputs = "text",
23
  outputs = ['text'],
24
  title = 'Silly Name',
25
- description = 'Enter a name. Thing tells you if name is a silly',
26
  btn = gr.Button("Run"),
27
  css="app.css",
28
  examples=[
22
  inputs = "text",
23
  outputs = ['text'],
24
  title = 'Silly Name',
25
+ description = 'Enter a name. Thing tells you if the name is a silly goblin name, or a respectable human name. For the moment it actually seems to work.',
26
  btn = gr.Button("Run"),
27
  css="app.css",
28
  examples=[