We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cec64f commit 169a9c0Copy full SHA for 169a9c0
3 files changed
config.json
@@ -1,6 +1,6 @@
1
{
2
"Config": {
3
- "AppName": "Gender Age ID",
+ "AppName": "KIDA v00",
4
"Description": "",
5
"ProjectStructure": {
6
"MainScript": "main.py",
pyscript.html
server.py
@@ -7,7 +7,7 @@
7
# --- Routes ---
8
@app.route('/')
9
def home():
10
- return "🚀 Welcome to KIDA's Flask Server!"
+ return "Welcome to KIDA's Flask Server!"
11
12
@app.route('/status')
13
def status():
0 commit comments