Minor change to load the page without having to clock load button plus a

small bug fix.
This commit is contained in:
2024-10-07 10:19:51 -07:00
parent 764fdd356e
commit 52d0ef1971
2 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import sys
import os
import pandas as pd
def connect_db(host, database, user, password):
def connect_db():
"""Connect to database
Returns: