amielle commited on
Commit
b0a71d3
1 Parent(s): ea5dcc8

chore: Add newline for readability

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,7 +44,8 @@ iface = gr.Interface(
44
  description="""
45
  v.1.0.0
46
 
47
- Reading through patent documents is oftentimes a long and tedious task. There are cases wherein one has to manually go through several pages in order to determine if the patent is relevant to the prior art search.
 
48
 
49
  This application is meant to automate the initial phase of going through patents so that the potential inventor or researcher may lessen the time spent trying to filter documents.
50
 
 
44
  description="""
45
  v.1.0.0
46
 
47
+ Reading through patent documents is oftentimes a long and tedious task.
48
+ There are cases wherein one has to manually go through several pages in order to determine if the patent is relevant to the prior art search.
49
 
50
  This application is meant to automate the initial phase of going through patents so that the potential inventor or researcher may lessen the time spent trying to filter documents.
51