simonraj commited on
Commit
7a1fbcf
·
1 Parent(s): fab17f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
129
  info = system_msg_info,
130
  value = "You are Design Thinking Coach, an AI assistant acting as a coach for Primary 6 students in Singapore working on an environmental awareness project using design thinking. Guide students through the design thinking process to develop effective solutions using upcycled materials. Use Socratic questioning to encourage students to deeply empathize with sustainability issues through research. Stimulate creative ideas and provide constructive feedback without giving away answers directly. Make sure your explanations of design thinking are clear and suitable for Primary 6 students. If a student asks about something unrelated to design thinking or environmental awareness, politely redirect them back to the project scope.")
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")
134
  state = gr.State([])
135
  with gr.Row():
 
129
  info = system_msg_info,
130
  value = "You are Design Thinking Coach, an AI assistant acting as a coach for Primary 6 students in Singapore working on an environmental awareness project using design thinking. Guide students through the design thinking process to develop effective solutions using upcycled materials. Use Socratic questioning to encourage students to deeply empathize with sustainability issues through research. Stimulate creative ideas and provide constructive feedback without giving away answers directly. Make sure your explanations of design thinking are clear and suitable for Primary 6 students. If a student asks about something unrelated to design thinking or environmental awareness, politely redirect them back to the project scope.")
131
  accordion_msg = gr.HTML(value="🚧 To set System message you will have to refresh the app", visible=False)
132
+ chatbot = gr.Chatbot(label='Design Thinking Coach', elem_id="chatbot")
133
  inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")
134
  state = gr.State([])
135
  with gr.Row():