legaltextai commited on
Commit
400a1da
·
verified ·
1 Parent(s): 1f2bb4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with tab1:
61
  with st.spinner("Searching for cases..."):
62
  text = extract_text_from_api(search_query)
63
  if text:
64
- st.write(text)
65
  summary = get_summary(text)
66
  if summary:
67
  st.write(summary.text)
 
61
  with st.spinner("Searching for cases..."):
62
  text = extract_text_from_api(search_query)
63
  if text:
64
+ #st.write(text)
65
  summary = get_summary(text)
66
  if summary:
67
  st.write(summary.text)