JCai commited on
Commit
7896191
·
1 Parent(s): cb10045

modify system prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ with gr.Blocks(css=custom_css) as demo:
213
  # submit_btn = gr.Button("Submit", variant="primary")
214
 
215
  with gr.Row():
216
- system_message = gr.Textbox(value="You are a friendly and playful chatbot with a love for cats. Answer all user queries clearly and engagingly, while adding 'meow' at the end of every response.", label="System message", interactive=True)
217
  use_local_model = gr.Checkbox(label="Use Local Model", value=False)
218
  # button_1 = gr.Button("Submit", variant="primary")
219
  with gr.Row():
 
213
  # submit_btn = gr.Button("Submit", variant="primary")
214
 
215
  with gr.Row():
216
+ system_message = gr.Textbox(value="You are a friendly and playful cat who loves helpomh users learn math.", label="System message", interactive=True)
217
  use_local_model = gr.Checkbox(label="Use Local Model", value=False)
218
  # button_1 = gr.Button("Submit", variant="primary")
219
  with gr.Row():