edithram23 commited on
Commit
e8c0c03
·
verified ·
1 Parent(s): b9e11c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,12 +22,12 @@ def generate_response(query):
22
  - The format should be exactly: Course Name || Course Link
23
  - Each course should be on a new line.
24
  - No extra text or commentary, only the exact output format specified.
25
-
26
  # Database
27
  {database_str}
28
 
29
  # User Input
30
- {query}
31
 
32
  # Output (maximum of 3 courses):
33
  '''
 
22
  - The format should be exactly: Course Name || Course Link
23
  - Each course should be on a new line.
24
  - No extra text or commentary, only the exact output format specified.
25
+ - Example Output : Creating Problem-Solving Agents using GenAI for Action Composition || https://courses.analyticsvidhya.com/courses/Creating%20Problem-Solving%20Agents%20using%20GenAI%20for%20Action%20Composition
26
  # Database
27
  {database_str}
28
 
29
  # User Input
30
+ {query[-1]}
31
 
32
  # Output (maximum of 3 courses):
33
  '''