Dagfinn1962 commited on
Commit
dfc2010
1 Parent(s): 88feec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -136,7 +136,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
136
  value="",
137
  type="password",
138
  placeholder="sk..",
139
- info="You will find the sk.. undeneath here copy/paste !",
140
  )
141
  chatbot = gr.Chatbot().style(height=400)
142
  with gr.Row():
@@ -151,9 +151,9 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
151
  submit = gr.Button("Submit")
152
  stop = gr.Button("Stop")
153
  clear = gr.Button("Clear")
154
- with gr.Row():
155
- with gr.Accordion("Advanced Options: Dont use these please they will reset the bot and it will not work for you :-) ", open=False):
156
- with gr.Row():
157
  with gr.Column(scale=2):
158
  system = gr.Textbox(
159
  label="System Prompt",
 
136
  value="",
137
  type="password",
138
  placeholder="sk..",
139
+ info="Copy and paste over",
140
  )
141
  chatbot = gr.Chatbot().style(height=400)
142
  with gr.Row():
 
151
  submit = gr.Button("Submit")
152
  stop = gr.Button("Stop")
153
  clear = gr.Button("Clear")
154
+ with gr.Row():
155
+ with gr.Accordion("Advanced Options:", open=False):
156
+ with gr.Row():
157
  with gr.Column(scale=2):
158
  system = gr.Textbox(
159
  label="System Prompt",