bstraehle commited on
Commit
16878c4
·
verified ·
1 Parent(s): 1789dd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=2):
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(