ll7098ll commited on
Commit
d05d1f1
·
verified ·
1 Parent(s): f0b66e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ iface = gr.Interface(
61
  inputs=gr.Textbox(lines=1, label="Learning Objective"),
62
  outputs=gr.Textbox(lines=40, label="Dick & Carey Instructional Design"),
63
  title="Dick & Carey Instructional Design Generator",
64
- description="Enter a learning objective to receive a Dick & Carey instructional design plan."
65
  examples=[
66
  ["Fluently multiply and divide within 100, using strategies such as the relationship between multiplication and division (e.g., knowing that 8 × 5 = 40, one knows 40 ÷ 5 = 8) or properties of operations. "],
67
  ]
 
61
  inputs=gr.Textbox(lines=1, label="Learning Objective"),
62
  outputs=gr.Textbox(lines=40, label="Dick & Carey Instructional Design"),
63
  title="Dick & Carey Instructional Design Generator",
64
+ description="Enter a learning objective to receive a Dick & Carey instructional design plan.",
65
  examples=[
66
  ["Fluently multiply and divide within 100, using strategies such as the relationship between multiplication and division (e.g., knowing that 8 × 5 = 40, one knows 40 ÷ 5 = 8) or properties of operations. "],
67
  ]