Spaces:
Running
Running
Commit
·
52d32be
1
Parent(s):
882cc77
Add application files
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ input_boxes = [
|
|
99 |
|
100 |
disclaimer = (
|
101 |
"Please do not upload sensitive patient data. <br>"
|
102 |
-
"If you need support,
|
103 |
)
|
104 |
|
105 |
# iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
|
|
|
99 |
|
100 |
disclaimer = (
|
101 |
"Please do not upload sensitive patient data. <br>"
|
102 |
+
"If you need support, contact us at https://mcodegpt.org/"
|
103 |
)
|
104 |
|
105 |
# iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
|