legaltextai commited on
Commit
e4b5ac3
·
verified ·
1 Parent(s): 1acf305

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def get_summary(text):
52
  Other opinions (if there are any dissenting or concurring opinions, summarize majority opinion, dissenting opinion and concurring opinion).
53
  Cases cited (which cases the court cited and how it treated them).
54
  Here is the text of the court decision: {text}''',
55
- stream=True)
56
  return response
57
 
58
  tab1, tab2, tab3 = st.tabs(["Summarize a case", "Find a case by facts", "Analyze a court brief"])
 
52
  Other opinions (if there are any dissenting or concurring opinions, summarize majority opinion, dissenting opinion and concurring opinion).
53
  Cases cited (which cases the court cited and how it treated them).
54
  Here is the text of the court decision: {text}''',
55
+ stream=False)
56
  return response
57
 
58
  tab1, tab2, tab3 = st.tabs(["Summarize a case", "Find a case by facts", "Analyze a court brief"])