Dagfinn1962 commited on
Commit
ca14ff4
1 Parent(s): a70d274

Update app.py

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