debisoft commited on
Commit
14ad62f
·
1 Parent(s): 6a71e3a
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -21,10 +21,7 @@ def greet(input):
21
  prompt = f"""
22
  Recommend complementary shops specifically for the shop(s) described in the following text, ranked by synergy: \
23
  Text: ```{input}```
24
- """
25
-
26
- response = get_completion(prompt)
27
- print(response)
28
  response = get_completion(prompt)
29
  return response
30
 
 
21
  prompt = f"""
22
  Recommend complementary shops specifically for the shop(s) described in the following text, ranked by synergy: \
23
  Text: ```{input}```
24
+ """
 
 
 
25
  response = get_completion(prompt)
26
  return response
27