arvind6599 commited on
Commit
0d68333
·
1 Parent(s): dff6d96

Use unknown instead of null to avoid confusion

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -370,9 +370,9 @@ def build_interface():
370
 
371
  | Field | Default Value if Missing | Type |
372
  | ---------------------- | ------------------------ | --------- |
373
- | `buyer_firm` | `"null"` | `string` |
374
- | `seller_firm` | `"null"` | `string` |
375
- | `third_party` | `"null"` | `string` |
376
  | `contains_target_firm` | `false` | `boolean` |
377
 
378
  The goal is to identify the representative law firms of involved parties and determine if the target company is mentioned, ensuring the results are structured and accurate.
 
370
 
371
  | Field | Default Value if Missing | Type |
372
  | ---------------------- | ------------------------ | --------- |
373
+ | `buyer_firm` | `"unknown"` | `string` |
374
+ | `seller_firm` | `"unknown"` | `string` |
375
+ | `third_party` | `"unknown"` | `string` |
376
  | `contains_target_firm` | `false` | `boolean` |
377
 
378
  The goal is to identify the representative law firms of involved parties and determine if the target company is mentioned, ensuring the results are structured and accurate.