Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,8 +4,8 @@ app = Flask(__name__)
|
|
| 4 |
|
| 5 |
# Hardcoded user database (replace with real database in production)
|
| 6 |
users = {
|
| 7 |
-
"admin": "
|
| 8 |
-
"user1": "
|
| 9 |
}
|
| 10 |
|
| 11 |
@app.route('/')
|
|
|
|
| 4 |
|
| 5 |
# Hardcoded user database (replace with real database in production)
|
| 6 |
users = {
|
| 7 |
+
"admin": "1234",
|
| 8 |
+
"user1": "password"
|
| 9 |
}
|
| 10 |
|
| 11 |
@app.route('/')
|