pratikshahp commited on
Commit
485cde9
·
verified ·
1 Parent(s): db3aff0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ interface = gr.Interface(
46
  fn=generate_blog_post,
47
  inputs=[
48
  gr.Textbox(label="Blog Topic", placeholder="Enter the topic here"),
49
- gr.Textbox(label="Author Name", placeholder="Optional", optional=True)
50
  ],
51
  outputs="text",
52
  title="AI Blog Generator",
 
46
  fn=generate_blog_post,
47
  inputs=[
48
  gr.Textbox(label="Blog Topic", placeholder="Enter the topic here"),
49
+ gr.Textbox(label="Author Name", placeholder="Optional")
50
  ],
51
  outputs="text",
52
  title="AI Blog Generator",