EmicoBinsfinder commited on
Commit
b56fd2b
·
1 Parent(s): bee919a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 turn your idea into a patent claim.
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 Classifier"):
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')