robertselvam commited on
Commit
226743a
·
verified ·
1 Parent(s): 2152fa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -207,10 +207,12 @@ if st.session_state.file_processed:
207
  Does the contract involve the use of software or capital assets? if answer is 'no' include 'GASB 87/96 Do Not Apply' in the answer.
208
  Is the software an insignificant component to any fixed asset in the agreement? if answer is 'yes' include 'GASB 96 Do Not Apply' in the answer.
209
  Is this a software that you are procuring? if answer is 'no' include 'GASB 96 Do Not Apply' in the answer.
210
- Is it a perpetual license/agreement? if answer is 'yes' or 'no' include 'GASB 96 Do Not Apply' in the answer.
 
211
 
212
  Lease Queries:{lease_queries} if 'yes' for all questions include 'GASB 87 Do Not Apply' in the answer.
213
- Does the lease explicitly transfer ownership? if answer is 'no' include 'GASB 87 Do Not Apply' in the answer.
 
214
 
215
  Must Return the Reason Why you answer yes or no.
216
  """
 
207
  Does the contract involve the use of software or capital assets? if answer is 'no' include 'GASB 87/96 Do Not Apply' in the answer.
208
  Is the software an insignificant component to any fixed asset in the agreement? if answer is 'yes' include 'GASB 96 Do Not Apply' in the answer.
209
  Is this a software that you are procuring? if answer is 'no' include 'GASB 96 Do Not Apply' in the answer.
210
+ Is it a perpetual license/agreement? if answer is 'yes' include 'GASB 96 Do Not Apply' in the answer.
211
+ Is it a perpetual license/agreement? if answer is 'no' include 'GASB 96 Do Apply' in the answer.
212
 
213
  Lease Queries:{lease_queries} if 'yes' for all questions include 'GASB 87 Do Not Apply' in the answer.
214
+ Does the lease explicitly transfer ownership? if answer is 'yes' include 'GASB 87 Do Not Apply' in the answer.
215
+ Does the lease explicitly transfer ownership? if answer is 'no' include 'GASB 87 Do Apply' in the answer.
216
 
217
  Must Return the Reason Why you answer yes or no.
218
  """