shikharyashmaurya commited on
Commit
0705144
1 Parent(s): 62080fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -41,6 +41,10 @@ class RevisionApp:
41
  if st.session_state.current_user:
42
  display_name = st.session_state.current_user.split('_')[0] # Extract the user's name without the session ID
43
  st.title(f"Concept Revision App - Welcome, {display_name}!")
 
 
 
 
44
 
45
  # Navigation
46
  page = st.sidebar.selectbox("Choose a page", ["Tree View", "Mind Map", "Search"])
 
41
  if st.session_state.current_user:
42
  display_name = st.session_state.current_user.split('_')[0] # Extract the user's name without the session ID
43
  st.title(f"Concept Revision App - Welcome, {display_name}!")
44
+ st.write('''Demo app don't have functionality like unlimited tree view expand, touch,expand,export map.
45
+ No session history - after session your input information will be lost
46
+ .For full functionality see -
47
+ https://github.com/shikharyashmaurya/Revision-App''')
48
 
49
  # Navigation
50
  page = st.sidebar.selectbox("Choose a page", ["Tree View", "Mind Map", "Search"])