Spaces:
Runtime error
Runtime error
chore: Add newline for readability
Browse files
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.
|
|
|
|
| 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 |
|