Update my_pages/pre_information_loss.py
Browse files
my_pages/pre_information_loss.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import streamlit as st
|
|
|
|
| 2 |
from utils import add_bottom_navigation, add_fadein_text
|
| 3 |
|
| 4 |
def render():
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
import time
|
| 3 |
from utils import add_bottom_navigation, add_fadein_text
|
| 4 |
|
| 5 |
def render():
|