Spaces:
Running
Running
Commit
·
2ae1bd5
1
Parent(s):
5a5912b
Add application files
Browse files
app.py
CHANGED
@@ -87,10 +87,13 @@ input_boxes = [
|
|
87 |
|
88 |
disclaimer = (
|
89 |
"Please do not upload sensitive patient data. <br>"
|
90 |
-
|
|
|
|
|
91 |
)
|
92 |
|
93 |
|
|
|
94 |
iface = gr.Interface(fn=greet,
|
95 |
inputs=input_boxes,
|
96 |
outputs=[
|
|
|
87 |
|
88 |
disclaimer = (
|
89 |
"Please do not upload sensitive patient data. <br>"
|
90 |
+
'If you need support, please contact us at '
|
91 |
+
'<a href="https://899f8a5b.limecube.co/" target="_blank"> limecube </a> or '
|
92 |
+
'<a href="https://mcodegpt.org/" target="_blank"> mCodeGPT </a>.'
|
93 |
)
|
94 |
|
95 |
|
96 |
+
|
97 |
iface = gr.Interface(fn=greet,
|
98 |
inputs=input_boxes,
|
99 |
outputs=[
|