Spaces:
Runtime error
Runtime error
Commit
·
3223cd0
1
Parent(s):
919b891
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
169 |
|
170 |
with gr.Tab("Knowledge Graph"):
|
171 |
gr.Markdown("""
|
172 |
-
Use this tool to
|
173 |
|
174 |
""")
|
175 |
with gr.Row(scale=1, min_width=600):
|
@@ -179,11 +179,7 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
179 |
|
180 |
with gr.Tab("Prosecution Ideator"):
|
181 |
gr.Markdown("""
|
182 |
-
|
183 |
-
|
184 |
-
Example input: A device to help the visually impaired using proprioception.
|
185 |
-
|
186 |
-
Output:
|
187 |
""")
|
188 |
with gr.Row(scale=1, min_width=600):
|
189 |
text1 = gr.Textbox(label="Input",
|
@@ -210,7 +206,7 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
210 |
Click on the link to initiate either an Espacenet or Google Patents classification search. You can specify using the dropdown menu.
|
211 |
""")
|
212 |
|
213 |
-
gr.Dropdown(["
|
214 |
with gr.Row(scale=1, min_width=600):
|
215 |
userin = gr.Textbox(label="Input",
|
216 |
placeholder='Type in your Claim/Description/Abstract Here')
|
|
|
169 |
|
170 |
with gr.Tab("Knowledge Graph"):
|
171 |
gr.Markdown("""
|
172 |
+
Use this tool to generate a knowledge graph of your invention. This will help highlight the links between features.
|
173 |
|
174 |
""")
|
175 |
with gr.Row(scale=1, min_width=600):
|
|
|
179 |
|
180 |
with gr.Tab("Prosecution Ideator"):
|
181 |
gr.Markdown("""
|
182 |
+
Use this tool to generate ideas for how to overcome objections to novelty and inventive step. Outputs are in the problem-solution format.
|
|
|
|
|
|
|
|
|
183 |
""")
|
184 |
with gr.Row(scale=1, min_width=600):
|
185 |
text1 = gr.Textbox(label="Input",
|
|
|
206 |
Click on the link to initiate either an Espacenet or Google Patents classification search. You can specify using the dropdown menu.
|
207 |
""")
|
208 |
|
209 |
+
gr.Dropdown(["Google Patent Search", "Espacenet Patent Search"], placeholder='Choose Search Link Here')
|
210 |
with gr.Row(scale=1, min_width=600):
|
211 |
userin = gr.Textbox(label="Input",
|
212 |
placeholder='Type in your Claim/Description/Abstract Here')
|