Spaces:
Runtime error
Runtime error
Commit
·
ba57ea8
1
Parent(s):
393b8fc
Fix article
Browse files- apps/article.py +1 -1
apps/article.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from apps.utils import read_markdown
|
| 3 |
from streamlit_tensorboard import st_tensorboard
|
| 4 |
-
from utils import Toc
|
| 5 |
def app(state):
|
| 6 |
toc = Toc()
|
| 7 |
st.title("Table of contents")
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from apps.utils import read_markdown
|
| 3 |
from streamlit_tensorboard import st_tensorboard
|
| 4 |
+
from .utils import Toc
|
| 5 |
def app(state):
|
| 6 |
toc = Toc()
|
| 7 |
st.title("Table of contents")
|