Dagfinn1962 commited on
Commit
b9961e9
1 Parent(s): 9aff0f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -142,8 +142,8 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
142
  """
143
  )
144
  conversation = Chat()
145
- with gr.Row():
146
- with gr.Column():
147
  openai_key = gr.Textbox(
148
  label="OpenAI Key",
149
  api_key=os.environ.get('API_KEY'),
 
142
  """
143
  )
144
  conversation = Chat()
145
+ with gr.Row():
146
+ with gr.Column():
147
  openai_key = gr.Textbox(
148
  label="OpenAI Key",
149
  api_key=os.environ.get('API_KEY'),