grlll commited on
Commit
33a6bdd
·
1 Parent(s): 818246d

create private MCP Server

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Landing Zone", 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:
 
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: