Spaces:

arjunanand13 commited on
Commit
8dc8706
1 Parent(s): c5dd85b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -80,11 +80,11 @@ def format_prompt(query):
80
 
81
  Here's my question:
82
  {query}
83
-
84
- The format I want answer in
85
- user_query ==> query
86
- response ==>
87
  """
 
 
 
 
88
  # prompt = f"""
89
  # You are a knowledgeable assistant with access to a comprehensive database.
90
  # I need you to answer my question and provide related information in a specific format.
 
80
 
81
  Here's my question:
82
  {query}
 
 
 
 
83
  """
84
+ # The format I want answer in
85
+ # user_query ==> query
86
+ # response ==>
87
+ # """
88
  # prompt = f"""
89
  # You are a knowledgeable assistant with access to a comprehensive database.
90
  # I need you to answer my question and provide related information in a specific format.