Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ st.title("Legal Section Classification")
|
|
54 |
st.write("Enter the text for case classification:")
|
55 |
|
56 |
# Text input for case description
|
57 |
-
sample_text = st.text_area("Case Description", "
|
58 |
|
59 |
# Button to make prediction
|
60 |
if st.button("Classify Case"):
|
|
|
54 |
st.write("Enter the text for case classification:")
|
55 |
|
56 |
# Text input for case description
|
57 |
+
sample_text = st.text_area("Case Description", "")
|
58 |
|
59 |
# Button to make prediction
|
60 |
if st.button("Classify Case"):
|