Dede16 commited on
Commit
f3e4db6
·
1 Parent(s): a49478e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -588,7 +588,7 @@ with gr.Blocks(theme = "soft", title="Wordpress Article Generator") as article_g
588
  view_output.click(fn=view_outputs, outputs = [title,img,content])
589
  with gr.Tab("Raw Output"):
590
  title = gr.Textbox("", label="Judul")
591
- img = gr.Image(height=30, width=50)
592
  content = gr.Textbox("", label="Konten")
593
  view_output.click(fn=view_outputs, outputs = [title,img,content])
594
  with gr.Column():
 
588
  view_output.click(fn=view_outputs, outputs = [title,img,content])
589
  with gr.Tab("Raw Output"):
590
  title = gr.Textbox("", label="Judul")
591
+ img = gr.Image(height=300, width=500)
592
  content = gr.Textbox("", label="Konten")
593
  view_output.click(fn=view_outputs, outputs = [title,img,content])
594
  with gr.Column():