amielle commited on
Commit
bd71cd3
1 Parent(s): 6783b8c

chore: Adjust spacing and line breaks for desc

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -93,9 +93,13 @@ iface = gr.Interface(
93
  description="""
94
  v.1.0.0
95
 
96
- 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.
 
 
97
 
98
- 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.
 
 
99
 
100
  The Patent Summarizer:
101
  ✏️ Provides an interface for user input
 
93
  description="""
94
  v.1.0.0
95
 
96
+ Reading through patent documents is oftentimes a long and tedious task.
97
+ There are cases wherein one has to manually go through several pages
98
+ in order to determine if the patent is relevant to the prior art search.
99
 
100
+ This application is meant to automate the initial phase of going through
101
+ patents so that the potential inventor or researcher may lessen the time
102
+ spent trying to filter documents.
103
 
104
  The Patent Summarizer:
105
  ✏️ Provides an interface for user input