Keerthi Balaji commited on
Commit
96e7c90
1 Parent(s): 208e3a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ iface = gr.Interface(
12
  fn=generate_prompt,
13
  input="text",
14
  output="text",
15
- title="Creative Writing Prompt Generation",
16
  )
17
 
18
  iface.launch()
 
12
  fn=generate_prompt,
13
  input="text",
14
  output="text",
15
+ title="Creative Writing Prompt Generation"
16
  )
17
 
18
  iface.launch()