Spaces:
Sleeping
Sleeping
Add instructions prompt
Browse files
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 |
+
""")
|