tonko22 commited on
Commit
f9a6c25
·
1 Parent(s): 71ee084

Add instructions prompt

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -69,4 +69,7 @@ agent = CodeAgent(
69
  verbosity_level=1
70
  )
71
 
72
- GradioUI(agent).launch()
 
 
 
 
69
  verbosity_level=1
70
  )
71
 
72
+ GradioUI(agent).launch("""
73
+ 1. Find and extract the lyrics of the song, requested by the user.
74
+ 2. Perform analysis using analyze_lyrics_tool and format it pretty.
75
+ """)