Spaces:
Runtime error
Runtime error
gchhablani
commited on
Commit
β’
cd12ada
1
Parent(s):
50aea55
Fix ToC header
Browse files- apps/article.py +1 -1
apps/article.py
CHANGED
@@ -4,8 +4,8 @@ from streamlit_tensorboard import st_tensorboard
|
|
4 |
from .utils import Toc
|
5 |
def app(state):
|
6 |
toc = Toc()
|
7 |
-
st.title("Table of contents")
|
8 |
st.info("Welcome to our Multilingual-VQA demo. Please use the navigation sidebar to move to our demo, or scroll below to read all about our project. π€")
|
|
|
9 |
toc.placeholder()
|
10 |
toc.header("Introduction and Motivation")
|
11 |
st.write(read_markdown("intro.md"))
|
|
|
4 |
from .utils import Toc
|
5 |
def app(state):
|
6 |
toc = Toc()
|
|
|
7 |
st.info("Welcome to our Multilingual-VQA demo. Please use the navigation sidebar to move to our demo, or scroll below to read all about our project. π€")
|
8 |
+
st.header("Table of contents")
|
9 |
toc.placeholder()
|
10 |
toc.header("Introduction and Motivation")
|
11 |
st.write(read_markdown("intro.md"))
|