Browse Source

feat: 为表格行编辑器添加服务器端口参数配置

zhch158_admin 1 day ago
parent
commit
06db045446
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .vscode/launch.json

+ 2 - 1
.vscode/launch.json

@@ -44,7 +44,8 @@
 			"envFile": "${workspaceFolder}/.env",
 			"args": [
 				"run", "streamlit_table_line_editor.py", 
-				"--theme.base=light"
+				"--theme.base=light",
+				"--server.port=8502"
 			],
 			"justMyCode": false
 		},