Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ def get_spotify_playlist(question):
|
|
| 120 |
if keyword in question.lower():
|
| 121 |
return link
|
| 122 |
|
| 123 |
-
|
| 124 |
"""
|
| 125 |
Process a question, find relevant information, and generate a response.
|
| 126 |
"""
|
|
|
|
| 120 |
if keyword in question.lower():
|
| 121 |
return link
|
| 122 |
|
| 123 |
+
def query_model(question):
|
| 124 |
"""
|
| 125 |
Process a question, find relevant information, and generate a response.
|
| 126 |
"""
|