Initial commit

This commit is contained in:
Daniel Alves Rösel
2026-04-02 18:47:14 +02:00
committed by GitHub
commit 90ad5e0260
94 changed files with 7797 additions and 0 deletions

View File

@@ -0,0 +1 @@
import streamlit as st

View File

@@ -0,0 +1,15 @@
{
"name": "webapp-minimal",
"root": "apps/webapp-minimal",
"sourceRoot": "apps/webapp-minimal",
"projectType": "application",
"targets": {
"dev": {
"executor": "nx:run-commands",
"options": {
"cwd": "apps/webapp-minimal",
"command": "streamlit run app.py"
}
}
}
}