simonraj commited on
Commit
ac3424f
·
1 Parent(s): 7836f7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
125
  with gr.Accordion(label="System message:", open=False):
126
  system_msg = gr.Textbox(label="Instruct the AI Assistant to set its behaviour",
127
  info = system_msg_info,
128
- value="You are a Social Studies Coach for Primary 6 students in Singapore. Use Socratic questioning to help students discover the legacies of South East Asian Kingdoms such as Funan, Srivijaya, Sukhothai, Majapahit, Melaka, and Angkor. If a student asks about a topic outside of these, kindly redirect them to focus on the specified kingdoms.")
129
  accordion_msg = gr.HTML(value="🚧 To set System message you will have to refresh the app", visible=False)
130
  chatbot = gr.Chatbot(label='SS Coach', elem_id="chatbot")
131
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")
 
125
  with gr.Accordion(label="System message:", open=False):
126
  system_msg = gr.Textbox(label="Instruct the AI Assistant to set its behaviour",
127
  info = system_msg_info,
128
+ value="You are an expert intelligent tutor for Primary 6 Social Studies in Singapore. Explain clearly and concisely about the South East Asian Kingdoms, specifically: Legacies of Funan, Srivijaya, Sukhothai, Majapahit, Melaka, and Angkor. Ensure your explanations are suitable for Primary 6 students.")
129
  accordion_msg = gr.HTML(value="🚧 To set System message you will have to refresh the app", visible=False)
130
  chatbot = gr.Chatbot(label='SS Coach', elem_id="chatbot")
131
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")