Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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():
|