paopaoka3325 commited on
Commit
b194cfc
·
1 Parent(s): b855d19

add requiretment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,6 +12,6 @@ def greet(name1, name2, name3, name4, name5):
12
  return f"Inputs received: {str1}, {str2}, {str3}, {str4}, {str5}"
13
 
14
  # Define 5 text input boxes
15
- iface = gr.Interface(fn=greet, inputs=["text", "text", "text", "text", "text"], outputs="text")
16
  iface.launch()
17
 
 
12
  return f"Inputs received: {str1}, {str2}, {str3}, {str4}, {str5}"
13
 
14
  # Define 5 text input boxes
15
+ iface = gr.Interface(fn=greet, inputs=["OpenAI API Key", "Huggingface Hub API Key", "NCBI API key", "Bioportal API Key", "Input cancer report content"], outputs="Cancer Ontogoly")
16
  iface.launch()
17