Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -4
src/streamlit_app.py
CHANGED
@@ -123,10 +123,9 @@ if not comet_initialized:
|
|
123 |
# --- Label Definitions ---
|
124 |
labels = [
|
125 |
"Plaintiff",
|
126 |
-
|
127 |
|
128 |
"Defendant",
|
129 |
-
"Respondent",
|
130 |
|
131 |
"Appellant",
|
132 |
"Appellee",
|
@@ -167,9 +166,9 @@ labels = [
|
|
167 |
category_mapping = {
|
168 |
"Parties": [
|
169 |
"Plaintiff",
|
170 |
-
|
171 |
"Defendant",
|
172 |
-
|
173 |
"Appellant",
|
174 |
"Appellee",
|
175 |
"Debtor",
|
|
|
123 |
# --- Label Definitions ---
|
124 |
labels = [
|
125 |
"Plaintiff",
|
126 |
+
|
127 |
|
128 |
"Defendant",
|
|
|
129 |
|
130 |
"Appellant",
|
131 |
"Appellee",
|
|
|
166 |
category_mapping = {
|
167 |
"Parties": [
|
168 |
"Plaintiff",
|
169 |
+
|
170 |
"Defendant",
|
171 |
+
|
172 |
"Appellant",
|
173 |
"Appellee",
|
174 |
"Debtor",
|