paopaoka3325 commited on
Commit
4b2fe51
·
1 Parent(s): e740f4b

Add application files

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -81,7 +81,8 @@ def greet(name1, name2):
81
  return html_output, csv_output
82
 
83
  input_boxes = [
84
- gr.inputs.Textbox(label="openai api key"),
 
85
  gr.inputs.Textbox(lines=20, label="Input cencer report", placeholder='Type text here...'),
86
  ]
87
 
 
81
  return html_output, csv_output
82
 
83
  input_boxes = [
84
+ # gr.inputs.Textbox(label="openai api key"),
85
+ gr.inputs.Password(label="Enter your OpenAI key"),
86
  gr.inputs.Textbox(lines=20, label="Input cencer report", placeholder='Type text here...'),
87
  ]
88