Spaces:
Runtime error
Runtime error
gchhablani
commited on
Commit
β’
facd178
1
Parent(s):
7f529a4
Update info
Browse files- apps/article.py +1 -1
apps/article.py
CHANGED
@@ -4,7 +4,7 @@ from streamlit_tensorboard import st_tensorboard
|
|
4 |
from .utils import Toc
|
5 |
def app(state=None):
|
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 |
|
9 |
st.header("Table of contents")
|
10 |
toc.placeholder()
|
|
|
4 |
from .utils import Toc
|
5 |
def app(state=None):
|
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. π€\nIn case the sidebar isn't properly rendered, please change to a smaller window size and back.")
|
8 |
|
9 |
st.header("Table of contents")
|
10 |
toc.placeholder()
|