milyiyo commited on
Commit
76cefb8
1 Parent(s): af15d03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -94,6 +94,7 @@ article = "<p style='text-align: center'>Don't miss this other cool space based
94
 
95
  iface = gr.Interface(
96
  fn=make_poem,
 
97
  inputs=
98
  [
99
  gr.inputs.Dropdown(sorted(author_set), type="value", label='Nombre del autor'),
 
94
 
95
  iface = gr.Interface(
96
  fn=make_poem,
97
+ title='Generación de poemas',
98
  inputs=
99
  [
100
  gr.inputs.Dropdown(sorted(author_set), type="value", label='Nombre del autor'),