Spaces:
Runtime error
Runtime error
Update presentation_api.py
Browse files- presentation_api.py +1 -0
presentation_api.py
CHANGED
|
@@ -27,6 +27,7 @@ def plan(input: dict) -> str:
|
|
| 27 |
"""Create a presentation plan with numbered slides and their descriptions.
|
| 28 |
Args:
|
| 29 |
input: Dictionary containing presentation details
|
|
|
|
| 30 |
Returns:
|
| 31 |
A dictionary with slide numbers as keys and descriptions as values
|
| 32 |
"""
|
|
|
|
| 27 |
"""Create a presentation plan with numbered slides and their descriptions.
|
| 28 |
Args:
|
| 29 |
input: Dictionary containing presentation details
|
| 30 |
+
Eg: {"1":"title page for ..", "2":"introduction .."}
|
| 31 |
Returns:
|
| 32 |
A dictionary with slide numbers as keys and descriptions as values
|
| 33 |
"""
|