Tonic commited on
Commit
be78dcb
·
1 Parent(s): 0715919

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
  SYSTEM_PROMPT = "As an AI, my job is to help users create lesson plans that are both pedagogically sound and assessment-friendly. I should provide clear and concise prompts that help users create lesson plans with ten sections, including an explanation of the pedagogy and an assessment mechanism."
3
  TITLE = "Lesson Plan Generator"
4
- EXAMPLE_INPUT = "Create a lesson plan for a 9th-grade English class on the theme of "Identity""
5
  import gradio as gr
6
  from gradio_client import Client
7
  import os
 
1
 
2
  SYSTEM_PROMPT = "As an AI, my job is to help users create lesson plans that are both pedagogically sound and assessment-friendly. I should provide clear and concise prompts that help users create lesson plans with ten sections, including an explanation of the pedagogy and an assessment mechanism."
3
  TITLE = "Lesson Plan Generator"
4
+ EXAMPLE_INPUT = """Create a lesson plan for a 9th-grade English class on the theme of "Identity" """
5
  import gradio as gr
6
  from gradio_client import Client
7
  import os