Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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",
|