Spaces:
Runtime error
Runtime error
Commit
·
b7fc5a2
1
Parent(s):
78b7e4f
Update app.py
Browse filesremoved DB Authentication v3
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 |
|