Spaces:
Sleeping
Sleeping
Commit
·
97ddadc
1
Parent(s):
245f91b
add requiretment
Browse files
app.py
CHANGED
@@ -98,8 +98,8 @@ input_boxes = [
|
|
98 |
]
|
99 |
|
100 |
disclaimer = (
|
101 |
-
"
|
102 |
-
"
|
103 |
)
|
104 |
|
105 |
# iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
|
|
|
98 |
]
|
99 |
|
100 |
disclaimer = (
|
101 |
+
"Please do not upload sensitive patient data. "
|
102 |
+
"If you need support, please contact us at https://mcodegpt.org/"
|
103 |
)
|
104 |
|
105 |
# iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
|