Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_co
|
|
| 53 |
with open("prompts.yaml", 'r') as stream:
|
| 54 |
prompt_templates = yaml.safe_load(stream)
|
| 55 |
|
| 56 |
-
def say_hello(name: str) -> str
|
| 57 |
"""Say hello to someone.
|
| 58 |
Args:
|
| 59 |
name: the person's name
|
|
|
|
| 53 |
with open("prompts.yaml", 'r') as stream:
|
| 54 |
prompt_templates = yaml.safe_load(stream)
|
| 55 |
|
| 56 |
+
def say_hello(name: str) -> str:
|
| 57 |
"""Say hello to someone.
|
| 58 |
Args:
|
| 59 |
name: the person's name
|