Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'),
|