Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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"])
|