annapurnapadmaprema-ji commited on
Commit
524ce64
·
verified ·
1 Parent(s): c40132f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "Attack on a police officer to avoid him from doing his duty.")
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"):