Spaces:
Runtime error
Runtime error
Commit
·
b56fd2b
1
Parent(s):
bee919a
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
148 |
|
149 |
with gr.Tab("Claim Drafter"):
|
150 |
gr.Markdown("""
|
151 |
-
Use this tool to
|
152 |
""")
|
153 |
with gr.Row(scale=1, min_width=600):
|
154 |
text1 = gr.Textbox(label="Input",
|
@@ -200,11 +200,11 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
200 |
# placeholder='Type in your idea here!')
|
201 |
# text2 = gr.Textbox(label="Output")
|
202 |
|
203 |
-
with gr.Tab("CPC
|
204 |
gr.Markdown("""
|
205 |
Use this tool to classify your invention according to the Cooperative Patent Classification system.
|
206 |
|
207 |
-
Click on the link to initiate either an Espacenet or Google Patents classification search. You can specify using the dropdown menu.
|
208 |
""")
|
209 |
|
210 |
gr.Dropdown(["Google Patent Search", "Espacenet Patent Search"], label='Choose Search Link Here')
|
|
|
148 |
|
149 |
with gr.Tab("Claim Drafter"):
|
150 |
gr.Markdown("""
|
151 |
+
Use this tool to expand your idea into the technical language of a patent claim.
|
152 |
""")
|
153 |
with gr.Row(scale=1, min_width=600):
|
154 |
text1 = gr.Textbox(label="Input",
|
|
|
200 |
# placeholder='Type in your idea here!')
|
201 |
# text2 = gr.Textbox(label="Output")
|
202 |
|
203 |
+
with gr.Tab("CPC Search Tool"):
|
204 |
gr.Markdown("""
|
205 |
Use this tool to classify your invention according to the Cooperative Patent Classification system.
|
206 |
|
207 |
+
Click on the link to initiate either an Espacenet or Google Patents classification search using the generated classifications. You can specify which you would like using the dropdown menu.
|
208 |
""")
|
209 |
|
210 |
gr.Dropdown(["Google Patent Search", "Espacenet Patent Search"], label='Choose Search Link Here')
|