EmicoBinsfinder commited on
Commit
ab3c64e
·
1 Parent(s): 9a8b9b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
131
  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.
132
 
133
  """)
134
- Task = gr.Dropdown(["Generate Description", "Generate Abstract", "Benefits of the invention"], label='Choose Generation Type Here)
135
  with gr.Row(scale=1, min_width=600):
136
 
137
  text1 = gr.Textbox(label="Input",
 
131
  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.
132
 
133
  """)
134
+ Task = gr.Dropdown(["Generate Description", "Generate Abstract", "Benefits of the invention"], label='Choose Generation Type Here')
135
  with gr.Row(scale=1, min_width=600):
136
 
137
  text1 = gr.Textbox(label="Input",