Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def generate_response(query):
|
|
| 22 |
{database_str}
|
| 23 |
|
| 24 |
# User Input
|
| 25 |
-
{query}
|
| 26 |
|
| 27 |
# Output : (Course Name with | as splitter)
|
| 28 |
'''
|
|
|
|
| 22 |
{database_str}
|
| 23 |
|
| 24 |
# User Input
|
| 25 |
+
{query[-1]}
|
| 26 |
|
| 27 |
# Output : (Course Name with | as splitter)
|
| 28 |
'''
|