sampathlonka commited on
Commit
b523664
1 Parent(s): f4bab94

updated username

Browse files
Files changed (1) hide show
  1. database.py +1 -1
database.py CHANGED
@@ -9,7 +9,7 @@ import streamlit as st
9
  def initialize_database():
10
  # Database Connection
11
  db_params = {"host": st.secrets["host"],
12
- "user": st.secrets["user"],
13
  "password": st.secrets["password"],
14
  "port": st.secrets["port"],
15
  "database": st.secrets["database"]
 
9
  def initialize_database():
10
  # Database Connection
11
  db_params = {"host": st.secrets["host"],
12
+ "user": st.secrets["username"],
13
  "password": st.secrets["password"],
14
  "port": st.secrets["port"],
15
  "database": st.secrets["database"]