Dede16 commited on
Commit
be18d47
·
1 Parent(s): 798962b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -630,11 +630,11 @@ with gr.Blocks(theme = "soft", title="Wordpress Article Generator") as article_g
630
  status = gr.HTML("")
631
  save_button.click(fn=save, inputs =[title,content], outputs = status)
632
  with gr.Tab("Formatted Output"):
 
633
  title = gr.HTML("")
634
  img = gr.Image()
635
  content = gr.HTML("")
636
  view_outputs.click(fn=view_output, outputs=[title,img,content])
637
- view_change = gr.Button("View Change")
638
  view_change.click(fn=view, outputs=[title,content])
639
  with gr.Column():
640
  endpoint= gr.Textbox(placeholder="Masukkan Endpoint Wordpress", label="Endpoint Wordpress")
 
630
  status = gr.HTML("")
631
  save_button.click(fn=save, inputs =[title,content], outputs = status)
632
  with gr.Tab("Formatted Output"):
633
+ view_change = gr.Button("View Change")
634
  title = gr.HTML("")
635
  img = gr.Image()
636
  content = gr.HTML("")
637
  view_outputs.click(fn=view_output, outputs=[title,img,content])
 
638
  view_change.click(fn=view, outputs=[title,content])
639
  with gr.Column():
640
  endpoint= gr.Textbox(placeholder="Masukkan Endpoint Wordpress", label="Endpoint Wordpress")