Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def authenticate_user(username, password):
|
|
39 |
|
40 |
# Main application
|
41 |
def main():
|
42 |
-
st.title("
|
43 |
|
44 |
# Initialize database
|
45 |
create_user_table()
|
|
|
39 |
|
40 |
# Main application
|
41 |
def main():
|
42 |
+
st.title("SimplifAI")
|
43 |
|
44 |
# Initialize database
|
45 |
create_user_table()
|