UI/app.yaml (
7
lines of code) (
raw
):
runtime: python env: flex service: nl2sqlstudio-ui-dev entrypoint: streamlit run nl2sqlstudio_ui.py --server.port=8080 --server.address=0.0.0.0 runtime_config: operating_system: "ubuntu22" runtime_version: "3.10"