Manasa1 commited on
Commit
3049c5a
·
verified ·
1 Parent(s): 9a3568c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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