Spaces:
Running
Running
create private MCP Server
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def create_interface():
|
|
38 |
info="Enter a name for your health data project (lowercase, no spaces)"
|
39 |
)
|
40 |
|
41 |
-
create_btn = gr.Button("Create
|
42 |
create_status = gr.Markdown("")
|
43 |
|
44 |
def create_health_landing_zone(file_path: str, project_name: str, oauth_token: gr.OAuthToken | None) -> str:
|
|
|
38 |
info="Enter a name for your health data project (lowercase, no spaces)"
|
39 |
)
|
40 |
|
41 |
+
create_btn = gr.Button("Create Private MCP Server", variant="primary")
|
42 |
create_status = gr.Markdown("")
|
43 |
|
44 |
def create_health_landing_zone(file_path: str, project_name: str, oauth_token: gr.OAuthToken | None) -> str:
|