EmicoBinsfinder commited on
Commit
5bdbc1f
1 Parent(s): 062d56f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -97,11 +97,11 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
97
  gr.Markdown("""
98
  # CLAIMED - A GENERATIVE TOOLKIT FOR PATENT ATTORNEYS
99
 
100
- Welcome to our demo! We've trained Meta's Llama on almost 200k data entries in the question/answer format.
101
 
102
  Please note that this is for research purposes and shouldn't be used commercially.
103
 
104
- None of outputs of this model, taken in part or in it's entirely, constitutes legal advice. If you are an inventor looking to patent an invention, always seek the help of a registered patent attorney.
105
 
106
  """)
107
 
@@ -158,18 +158,18 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
158
  placeholder='Type in your idea here!')
159
  text2 = gr.Textbox(label="Output")
160
 
161
- # with gr.Tab("Claimed Infill"):
162
- # gr.Markdown("""
163
- # Below is our
164
 
165
- # Example input: A device to help the visually impaired using proprioception.
166
 
167
- # Output:
168
- # """)
169
- # with gr.Row(scale=1, min_width=600):
170
- # text1 = gr.Textbox(label="Input",
171
- # placeholder='Type in your idea here!')
172
- # text2 = gr.Textbox(label="Output")
173
 
174
  with gr.Tab("CPC Classifier"):
175
  gr.Markdown("""
 
97
  gr.Markdown("""
98
  # CLAIMED - A GENERATIVE TOOLKIT FOR PATENT ATTORNEYS
99
 
100
+ Welcome to our demo! We've trained Meta's Llama on over 200k entries, with a focus on tasks within the intellectual property domain.
101
 
102
  Please note that this is for research purposes and shouldn't be used commercially.
103
 
104
+ None of the outputs of this model, taken in part or in its entirety, constitutes legal advice. If you are seeking protection for you intellectual property, consult a registered patent/trademark attorney.
105
 
106
  """)
107
 
 
158
  placeholder='Type in your idea here!')
159
  text2 = gr.Textbox(label="Output")
160
 
161
+ with gr.Tab("Claimed Infill"):
162
+ gr.Markdown("""
163
+ Below is our
164
 
165
+ Example input: A device to help the visually impaired using proprioception.
166
 
167
+ Output:
168
+ """)
169
+ with gr.Row(scale=1, min_width=600):
170
+ text1 = gr.Textbox(label="Input",
171
+ placeholder='Type in your idea here!')
172
+ text2 = gr.Textbox(label="Output")
173
 
174
  with gr.Tab("CPC Classifier"):
175
  gr.Markdown("""