Spaces:
Runtime error
Runtime error
Commit
·
429953d
1
Parent(s):
c585a5d
Update app.py
Browse files
app.py
CHANGED
@@ -158,9 +158,8 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
158 |
with gr.Tab("Description Generator"):
|
159 |
gr.Markdown("""
|
160 |
|
161 |
-
Use this tool to expand your patent claim into a description.
|
162 |
-
|
163 |
-
|
164 |
""")
|
165 |
with gr.Row(scale=1, min_width=600):
|
166 |
|
@@ -207,7 +206,8 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
207 |
with gr.Tab("CPC Classifier"):
|
208 |
gr.Markdown("""
|
209 |
Use this tool to classify your invention according to the Cooperative Patent Classification system.
|
210 |
-
|
|
|
211 |
""")
|
212 |
with gr.Row(scale=1, min_width=600):
|
213 |
userin = gr.Textbox(label="Input",
|
|
|
158 |
with gr.Tab("Description Generator"):
|
159 |
gr.Markdown("""
|
160 |
|
161 |
+
Use this tool to expand your patent claim into a description. You can also use this tool to generate abstracts and give you ideas about the benefit of an invention by changing the settings in the dropdown menu.
|
162 |
+
|
|
|
163 |
""")
|
164 |
with gr.Row(scale=1, min_width=600):
|
165 |
|
|
|
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",
|