Update app.py
Browse files
app.py
CHANGED
|
@@ -62,6 +62,9 @@ iface = gr.Interface(
|
|
| 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 |
)
|
| 66 |
|
| 67 |
# Run the interface
|
|
|
|
| 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 |
+
]
|
| 68 |
)
|
| 69 |
|
| 70 |
# Run the interface
|