Spaces:
Running
Running
Commit
·
2776a50
1
Parent(s):
4b2fe51
Add application files
Browse files
app.py
CHANGED
@@ -81,8 +81,7 @@ def greet(name1, name2):
|
|
81 |
return html_output, csv_output
|
82 |
|
83 |
input_boxes = [
|
84 |
-
|
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 |
|
|
|
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 |
|