Dagfinn1962 commited on
Commit
fb05b43
1 Parent(s): dfc2010

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -142,7 +142,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
142
  with gr.Row():
143
  with gr.Column():
144
  msg = gr.Textbox(
145
- label=" Chatbot ",
146
  placeholder="Chat Message Box",
147
  show_label=False,
148
  ).style(container=False)
@@ -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:", open=False):
156
- with gr.Row():
157
  with gr.Column(scale=2):
158
  system = gr.Textbox(
159
  label="System Prompt",
 
142
  with gr.Row():
143
  with gr.Column():
144
  msg = gr.Textbox(
145
+ label="Chat Message Box",
146
  placeholder="Chat Message Box",
147
  show_label=False,
148
  ).style(container=False)
 
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",