Spaces:
Runtime error
Runtime error
chore: Adjust spacing and line breaks for desc
Browse files
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.
|
|
|
|
|
97 |
|
98 |
-
This application is meant to automate the initial phase of going through
|
|
|
|
|
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
|