Dagfinn1962 commited on
Commit
eff7e54
1 Parent(s): bda1576

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(
128
  )
129
  conversation = Chat()
130
  with gr.Row():
131
- with gr.Column():
132
  # to do: change to openaikey input for public release
133
  openai_key = gr.Textbox(
134
  label="OpenAI Key",
 
128
  )
129
  conversation = Chat()
130
  with gr.Row():
131
+ with gr.Column(scale=-2):
132
  # to do: change to openaikey input for public release
133
  openai_key = gr.Textbox(
134
  label="OpenAI Key",