Spaces:
Running
Running
Commit
·
d8a5a74
1
Parent(s):
2776a50
Add application files
Browse files- .openai_cache.db +0 -0
- app.py +1 -1
.openai_cache.db
CHANGED
Binary files a/.openai_cache.db and b/.openai_cache.db differ
|
|
app.py
CHANGED
@@ -82,7 +82,7 @@ def greet(name1, name2):
|
|
82 |
|
83 |
input_boxes = [
|
84 |
gr.inputs.Textbox(label="openai api key"),
|
85 |
-
gr.inputs.Textbox(lines=20, label="Input
|
86 |
]
|
87 |
|
88 |
disclaimer = (
|
|
|
82 |
|
83 |
input_boxes = [
|
84 |
gr.inputs.Textbox(label="openai api key"),
|
85 |
+
gr.inputs.Textbox(lines=20, label="Input cancer report", placeholder='Type text here...'),
|
86 |
]
|
87 |
|
88 |
disclaimer = (
|