Spaces:
Running
Running
Commit
·
4353913
1
Parent(s):
fb3a009
add requiretment
Browse files
app.py
CHANGED
@@ -97,7 +97,8 @@ input_boxes = [
|
|
97 |
gr.inputs.Textbox(lines=20, label="Input cencer report", placeholder='Type text here...'),
|
98 |
]
|
99 |
|
100 |
-
disclaimer = "
|
|
|
101 |
|
102 |
# iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
|
103 |
iface = gr.Interface(fn=greet, inputs=input_boxes, outputs=gr.outputs.HTML(label="Output Table"),examples=[ # Sample text examples
|
|
|
97 |
gr.inputs.Textbox(lines=20, label="Input cencer report", placeholder='Type text here...'),
|
98 |
]
|
99 |
|
100 |
+
disclaimer = "* Please do not upload sensitive patient data. "
|
101 |
+
"* If you need support, contact us.""
|
102 |
|
103 |
# iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
|
104 |
iface = gr.Interface(fn=greet, inputs=input_boxes, outputs=gr.outputs.HTML(label="Output Table"),examples=[ # Sample text examples
|