Update app.py
Browse files
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 |
]
|