Spaces:
Runtime error
Runtime error
Commit
·
e11096c
1
Parent(s):
3223cd0
Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
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"],
|
210 |
with gr.Row(scale=1, min_width=600):
|
211 |
userin = gr.Textbox(label="Input",
|
212 |
placeholder='Type in your Claim/Description/Abstract Here')
|
|
|
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"], label='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')
|