sudip1310 commited on
Commit
e34427a
1 Parent(s): 1fd6ef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ iface = gr.Interface(
22
  gr.inputs.Slider(minimum=10, maximum=1000, step=10, default=100, label="Slider Value")
23
  ],
24
  outputs=gr.outputs.Textbox(),
25
- title="Text Generation App",
26
  description="Enter some text and see the generated output.",
27
  )
28
 
 
22
  gr.inputs.Slider(minimum=10, maximum=1000, step=10, default=100, label="Slider Value")
23
  ],
24
  outputs=gr.outputs.Textbox(),
25
+ title="Blog Post Generation App",
26
  description="Enter some text and see the generated output.",
27
  )
28