Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def initialize_youtube_agent():
|
|
49 |
tools=[YouTubeTools()],
|
50 |
show_tool_calls=True,
|
51 |
description="You are a YouTube agent. Obtain the captions of a YouTube video and answer questions.",
|
52 |
-
markdown=True
|
53 |
|
54 |
)
|
55 |
|
|
|
49 |
tools=[YouTubeTools()],
|
50 |
show_tool_calls=True,
|
51 |
description="You are a YouTube agent. Obtain the captions of a YouTube video and answer questions.",
|
52 |
+
markdown=True,
|
53 |
|
54 |
)
|
55 |
|