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

Update app.py

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