legaltextai commited on
Commit
31b135f
·
verified ·
1 Parent(s): 710fad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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: