JCai commited on
Commit
3da9d6b
1 Parent(s): 9c6ccf0

modified title and system prompt

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,7 +17,7 @@ stop_inference = False
17
  def respond(
18
  message,
19
  history: list[tuple[str, str]],
20
- system_message="You are not a friendly Chatbot.",
21
  max_tokens=512,
22
  temperature=0.7,
23
  top_p=0.95,
@@ -191,8 +191,8 @@ ui_design = UI_design()
191
 
192
  # Define the interface
193
  with gr.Blocks(theme=ui_design) as demo:
194
- gr.Markdown("<h1 style='text-align: left;'>🌟 NOT Fancy AI Chatbot 🌟</h1>")
195
- gr.Markdown("DONT Interact with the AI chatbot using customizable settings below.")
196
 
197
  with gr.Row():
198
  with gr.Column():
 
17
  def respond(
18
  message,
19
  history: list[tuple[str, str]],
20
+ system_message="You are a cat and you love talking about and teaching math.",
21
  max_tokens=512,
22
  temperature=0.7,
23
  top_p=0.95,
 
191
 
192
  # Define the interface
193
  with gr.Blocks(theme=ui_design) as demo:
194
+ gr.Markdown("<h1 style='text-align: left;'> 😸 Meowthamatical AI Chatbot 😸</h1>")
195
+ gr.Markdown(" Interact with the AI chatbot using customizable settings below.")
196
 
197
  with gr.Row():
198
  with gr.Column():