tiendung commited on
Commit
1a756b1
·
1 Parent(s): 73f233a

re-organized

Browse files
app.py CHANGED
@@ -1 +1 @@
1
- pages_notebook.py
 
1
+ notebook.py
pages_notebook.py → notebook.py RENAMED
@@ -4,10 +4,8 @@ import uuid
4
  import urllib
5
 
6
  import streamlit as st
7
- # from pages.sticky_header import sticky_container
8
 
9
- import sys; sys.path.append('../')
10
- from pages_helpers import *
11
  from text_utils import *
12
 
13
  import config
 
4
  import urllib
5
 
6
  import streamlit as st
 
7
 
8
+ from notebook_helpers import *
 
9
  from text_utils import *
10
 
11
  import config
pages_helpers.py → notebook_helpers.py RENAMED
File without changes
run.sh CHANGED
@@ -1,3 +1 @@
1
- # streamlit run pages_main.py # --client.showSidebarNavigation False
2
-
3
- streamlit run pages_notebook.py --client.showSidebarNavigation False
 
1
+ streamlit run app.py --client.showSidebarNavigation False