paopaoka3325 commited on
Commit
d040a6e
·
1 Parent(s): f44bf4c

add requiretment

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -13,11 +13,11 @@ def greet(name1, name2, name3, name4, name5):
13
 
14
  # Define 5 text input boxes with labels
15
  input_boxes = [
16
- gr.inputs.Textbox(label="Name 1regaergar"),
17
- gr.inputs.Textbox(label="Name 2"),
18
- gr.inputs.Textbox(label="Name 3"),
19
- gr.inputs.Textbox(label="Name 4"),
20
- gr.inputs.Textbox(label="Name 5"),
21
  ]
22
 
23
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
 
13
 
14
  # Define 5 text input boxes with labels
15
  input_boxes = [
16
+ gr.inputs.Textbox(label="openai api key"),
17
+ gr.inputs.Textbox(label="bioportal api key"),
18
+ gr.inputs.Textbox(label="NCBI api key"),
19
+ gr.inputs.Textbox(label="HuggingFace Hub api key"),
20
+ gr.inputs.Textbox(label="Input data"),
21
  ]
22
 
23
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")