manabb commited on
Commit
a97bf03
·
verified ·
1 Parent(s): bb6c1b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -11,9 +11,10 @@ client = OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
11
  #Payment type
12
  manual_payment_type="""
13
  1. Management discouraged the payment thorugh bank.
14
- 2. Advance payment without bank gurantee is not allowed. Require CA approval if given.
15
  3. If payment term is milestone payment, then requirement of bank guarantee against each milestone payment release is to be written.
16
  4. Standard payment term: Payment shall be made within 30 days after receipt and acceptance of material.
 
17
  """
18
 
19
  #=================
@@ -113,11 +114,11 @@ def loop_function(df):
113
  continue
114
  if key == "Name of proposal":
115
  Name_of_proposal= f"Name of the proposal : {value}. \n"
116
- text+="<h2>"+Name_of_proposal+"</h2>"
117
  continue
118
  if key == "Value (Rs)":
119
  Value_of_proposal = f"The proposal Value is {value}. \n"
120
- text+="<h2>"+Value_of_proposal+"</h2><hr>"
121
  continue
122
  if key == "Category":
123
  Category_of_proposal = f"The proposal Category is {value}. \n"
 
11
  #Payment type
12
  manual_payment_type="""
13
  1. Management discouraged the payment thorugh bank.
14
+ 2. Advance payment without bank gurantee is not allowed. Require Competant Authority approval if given.
15
  3. If payment term is milestone payment, then requirement of bank guarantee against each milestone payment release is to be written.
16
  4. Standard payment term: Payment shall be made within 30 days after receipt and acceptance of material.
17
+ 5. As per NRL GPC or GPC or GPC(general purchase condition) is a complied payment term.
18
  """
19
 
20
  #=================
 
114
  continue
115
  if key == "Name of proposal":
116
  Name_of_proposal= f"Name of the proposal : {value}. \n"
117
+ text+="<h2>"+Name_of_proposal+"</h2><hr>"
118
  continue
119
  if key == "Value (Rs)":
120
  Value_of_proposal = f"The proposal Value is {value}. \n"
121
+ text+="<h2>"+Value_of_proposal+"</h2>"
122
  continue
123
  if key == "Category":
124
  Category_of_proposal = f"The proposal Category is {value}. \n"