Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,8 @@ def get_summary(text):
|
|
90 |
)
|
91 |
return message.content
|
92 |
|
93 |
-
|
|
|
94 |
search_query = st.text_input("case name, e.g. brown v board supreme, 372 US 335, google v oracle appeal")
|
95 |
|
96 |
if search_query:
|
|
|
90 |
)
|
91 |
return message.content
|
92 |
|
93 |
+
st.write("\n")
|
94 |
+
st.write("\n")
|
95 |
search_query = st.text_input("case name, e.g. brown v board supreme, 372 US 335, google v oracle appeal")
|
96 |
|
97 |
if search_query:
|