ShreyaRao commited on
Commit
85f8398
1 Parent(s): 4aabb3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  import time,datetime
3
  import json
 
4
  from streamlit_lottie import st_lottie
5
  from streamlit_extras.add_vertical_space import add_vertical_space
6
  from streamlit_extras.colored_header import colored_header
 
1
  import streamlit as st
2
  import time,datetime
3
  import json
4
+ import sqlite3
5
  from streamlit_lottie import st_lottie
6
  from streamlit_extras.add_vertical_space import add_vertical_space
7
  from streamlit_extras.colored_header import colored_header