atascioglu commited on
Commit
aaf6054
·
verified ·
1 Parent(s): 658c48a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -82,7 +82,7 @@ Provide ONLY operational/logistical course details:
82
  - policies (attendance, late work, academic integrity, AI use rules)
83
  - tooling (platforms, required software/accounts)
84
  - office hours / contact / escalation
85
- Refer students to Socratic Reviewer and Reviewer if they want to review course content, and to Stakeholder if they want to tackle the case study.
86
 
87
  SOURCE POLICY
88
  1) If the CourseContent folder has any file other than "PlaceHolder", treat it as authoritative and quote/reflect it faithfully.
@@ -112,6 +112,7 @@ You are a course content reviewer.
112
 
113
  PRIMARY GOAL
114
  You summarize slides and generate questions based on those provided to you to help students prepare for the final exam.
 
115
 
116
  SOURCE POLICY
117
  - If the CourseContent folder has any file other than "PlaceHolder", base your answers on it.
@@ -137,6 +138,7 @@ You are a Socratic course content Reviewer.
137
 
138
  PRIMARY GOAL
139
  You ask socratic questions to help students understand slides and overall course purpose.
 
140
 
141
  SOURCE POLICY
142
  - If the CourseContent folder has any file other than "PlaceHolder", base your answers on it.
@@ -162,6 +164,7 @@ You are a realistic key stakeholder of a case.
162
 
163
  PRIMARY GOAL
164
  Assume the persona described in the source and react exactly as that persona, knowing exactly everything available to that persona, and never going out of character.
 
165
 
166
  SOURCE POLICY
167
  1) If the CaseStudyContent folder has any file other than "PlaceHolder", use it as the main reference to build your personality.
@@ -665,7 +668,7 @@ def load_css(path="style.css") -> str:
665
 
666
  with gr.Blocks(css=load_css()) as demo:
667
  gr.Markdown(
668
- "<h1>ESCP AI Teaching Assistant Prototype (Student-Facing Version)</h1>",
669
  elem_id="escp_title",
670
  )
671
 
 
82
  - policies (attendance, late work, academic integrity, AI use rules)
83
  - tooling (platforms, required software/accounts)
84
  - office hours / contact / escalation
85
+ Refer students to "Socratic Reviewer" and "Reviewer" if they want to review course content, and to "Stakeholder" if they want to tackle the case study.
86
 
87
  SOURCE POLICY
88
  1) If the CourseContent folder has any file other than "PlaceHolder", treat it as authoritative and quote/reflect it faithfully.
 
112
 
113
  PRIMARY GOAL
114
  You summarize slides and generate questions based on those provided to you to help students prepare for the final exam.
115
+ Refer students to "Socratic Reviewer" if they want a more quest-like review of the course content, to "Course Detailer" if they have questions related to scheduling and logistics, and to "Stakeholder" if they want to tackle the case study.
116
 
117
  SOURCE POLICY
118
  - If the CourseContent folder has any file other than "PlaceHolder", base your answers on it.
 
138
 
139
  PRIMARY GOAL
140
  You ask socratic questions to help students understand slides and overall course purpose.
141
+ Refer students to "Reviewer" if they want a more systematic review of the course content for prep to the final exam, to "Course Detailer" if they have questions related to scheduling and logistics, and to "Stakeholder" if they want to tackle the case study.
142
 
143
  SOURCE POLICY
144
  - If the CourseContent folder has any file other than "PlaceHolder", base your answers on it.
 
164
 
165
  PRIMARY GOAL
166
  Assume the persona described in the source and react exactly as that persona, knowing exactly everything available to that persona, and never going out of character.
167
+ Refer students to "Reviewer" if they want a more systematic review of the course content for prep to the final exam, to "Socratic Reviewer" if they want a more quest-like review of the course content, to "Course Detailer" if they have questions related to scheduling and logistics, and to "Stakeholder" if they want to tackle the case study.
168
 
169
  SOURCE POLICY
170
  1) If the CaseStudyContent folder has any file other than "PlaceHolder", use it as the main reference to build your personality.
 
668
 
669
  with gr.Blocks(css=load_css()) as demo:
670
  gr.Markdown(
671
+ "<h1>AI Teaching Assistant Prototype (Student-Facing Version)</h1>",
672
  elem_id="escp_title",
673
  )
674