Spaces:
Running
Running
arvind6599
commited on
Commit
·
0d68333
1
Parent(s):
dff6d96
Use unknown instead of null to avoid confusion
Browse files
app.py
CHANGED
@@ -370,9 +370,9 @@ def build_interface():
|
|
370 |
|
371 |
| Field | Default Value if Missing | Type |
|
372 |
| ---------------------- | ------------------------ | --------- |
|
373 |
-
| `buyer_firm` | `"
|
374 |
-
| `seller_firm` | `"
|
375 |
-
| `third_party` | `"
|
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.
|