Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,8 +32,7 @@ iface = gr.Interface(
|
|
32 |
outputs="text",
|
33 |
title="Story Generator with Word Count",
|
34 |
description="Enter a prompt and select the word count to generate a story.",
|
35 |
-
examples=example_inputs
|
36 |
-
css={"title": "color: #8B0000; font-family: 'Comic Sans MS'; background-color: #E0E0E0;"}
|
37 |
)
|
38 |
|
39 |
# Launch the interface
|
|
|
32 |
outputs="text",
|
33 |
title="Story Generator with Word Count",
|
34 |
description="Enter a prompt and select the word count to generate a story.",
|
35 |
+
examples=example_inputs
|
|
|
36 |
)
|
37 |
|
38 |
# Launch the interface
|