ProfSathish commited on
Commit
b7fc5a2
·
1 Parent(s): 78b7e4f

Update app.py

Browse files

removed DB Authentication v3

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import streamlit as st
4
  import pandas as pd
5
  import os
6
  import time
7
- import streamlit_authenticator as stauth
8
- import database as db
9
  import pyexcel as pe
10
 
11
 
 
4
  import pandas as pd
5
  import os
6
  import time
7
+ #import streamlit_authenticator as stauth
8
+ #import database as db
9
  import pyexcel as pe
10
 
11