gchhablani commited on
Commit
0fc5212
β€’
1 Parent(s): facd178

Update article info

Browse files
Files changed (1) hide show
  1. 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. πŸ€—\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()
 
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 to full screen.")
8
 
9
  st.header("Table of contents")
10
  toc.placeholder()