Spaces:
Runtime error
Runtime error
Commit
·
919b891
1
Parent(s):
429953d
Update app.py
Browse files
app.py
CHANGED
@@ -190,25 +190,27 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
190 |
placeholder='Type in your idea here!')
|
191 |
text2 = gr.Textbox(label="Output")
|
192 |
|
193 |
-
with gr.Tab("Claimed Infill"):
|
194 |
-
|
195 |
-
|
196 |
|
197 |
-
|
198 |
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
|
206 |
with gr.Tab("CPC Classifier"):
|
207 |
gr.Markdown("""
|
208 |
Use this tool to classify your invention according to the Cooperative Patent Classification system.
|
209 |
|
210 |
-
Click on the link to
|
211 |
""")
|
|
|
|
|
212 |
with gr.Row(scale=1, min_width=600):
|
213 |
userin = gr.Textbox(label="Input",
|
214 |
placeholder='Type in your Claim/Description/Abstract Here')
|
|
|
190 |
placeholder='Type in your idea here!')
|
191 |
text2 = gr.Textbox(label="Output")
|
192 |
|
193 |
+
# with gr.Tab("Claimed Infill"):
|
194 |
+
# gr.Markdown("""
|
195 |
+
# Below is our
|
196 |
|
197 |
+
# Example input: A device to help the visually impaired using proprioception.
|
198 |
|
199 |
+
# Output:
|
200 |
+
# """)
|
201 |
+
# with gr.Row(scale=1, min_width=600):
|
202 |
+
# text1 = gr.Textbox(label="Input",
|
203 |
+
# placeholder='Type in your idea here!')
|
204 |
+
# text2 = gr.Textbox(label="Output")
|
205 |
|
206 |
with gr.Tab("CPC Classifier"):
|
207 |
gr.Markdown("""
|
208 |
Use this tool to classify your invention according to the Cooperative Patent Classification system.
|
209 |
|
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(["M", "F", "O"])
|
214 |
with gr.Row(scale=1, min_width=600):
|
215 |
userin = gr.Textbox(label="Input",
|
216 |
placeholder='Type in your Claim/Description/Abstract Here')
|