Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks() as assistant:
|
|
49 |
components=[openai_api_key, topic]
|
50 |
)
|
51 |
submit_btn = gr.Button("Submit", variant="primary")
|
52 |
-
with gr.Column(scale=
|
53 |
article = gr.Markdown(label = "Article", value=os.environ["OUTPUT"], line_breaks = True, sanitize_html = False)
|
54 |
|
55 |
clear_btn.click(
|
|
|
49 |
components=[openai_api_key, topic]
|
50 |
)
|
51 |
submit_btn = gr.Button("Submit", variant="primary")
|
52 |
+
with gr.Column(scale=3):
|
53 |
article = gr.Markdown(label = "Article", value=os.environ["OUTPUT"], line_breaks = True, sanitize_html = False)
|
54 |
|
55 |
clear_btn.click(
|