TNK21 commited on
Commit
b89dcf1
·
1 Parent(s): 4faa219

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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