Dagfinn1962 commited on
Commit
670451a
1 Parent(s): f31cbac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Hi ! I`m your aichatbot.ai assistant. Ask me anything and I try to answer .. ",
146
  placeholder="Chat Message Box",
147
  show_label=False,
148
  ).style(container=False)
@@ -152,7 +152,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
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(
 
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)
 
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(