Skip to content

Commit 169a9c0

Browse files
...
1 parent 2cec64f commit 169a9c0

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Config": {
3-
"AppName": "Gender Age ID",
3+
"AppName": "KIDA v00",
44
"Description": "",
55
"ProjectStructure": {
66
"MainScript": "main.py",

pyscript.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# --- Routes ---
88
@app.route('/')
99
def home():
10-
return "🚀 Welcome to KIDA's Flask Server!"
10+
return "Welcome to KIDA's Flask Server!"
1111

1212
@app.route('/status')
1313
def status():

0 commit comments

Comments
 (0)