victorbahlangene commited on
Commit
9adb505
·
1 Parent(s): 5c37532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ st.set_page_config(
23
  page_title="Star Wars Character App"
24
  )
25
 
26
- st.sidebar.success("Select a page above.")
27
 
28
  # set session_state for character name prediction #
29
  if "char_label" not in st.session_state:
 
23
  page_title="Star Wars Character App"
24
  )
25
 
26
+ #st.sidebar.success("Select a page above.")
27
 
28
  # set session_state for character name prediction #
29
  if "char_label" not in st.session_state: