Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
127 |
with gr.Accordion(label="System message:", open=False):
|
128 |
system_msg = gr.Textbox(label="Instruct the AI Assistant to set its behaviour",
|
129 |
info = system_msg_info,
|
130 |
-
value="You are an expert
|
131 |
accordion_msg = gr.HTML(value="🚧 To set System message you will have to refresh the app", visible=False)
|
132 |
chatbot = gr.Chatbot(label='SS Coach', elem_id="chatbot")
|
133 |
inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")
|
|
|
127 |
with gr.Accordion(label="System message:", open=False):
|
128 |
system_msg = gr.Textbox(label="Instruct the AI Assistant to set its behaviour",
|
129 |
info = system_msg_info,
|
130 |
+
value="You are an expert teacher 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.")
|
131 |
accordion_msg = gr.HTML(value="🚧 To set System message you will have to refresh the app", visible=False)
|
132 |
chatbot = gr.Chatbot(label='SS Coach', elem_id="chatbot")
|
133 |
inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")
|