Uwais commited on
Commit
bdc7437
Β·
1 Parent(s): efac28a

Removing item from sidebar

Browse files
pages/7_πŸ’¬οΈ_Chat_Demo.py CHANGED
@@ -20,7 +20,6 @@ st.set_page_config(
20
  )
21
 
22
  add_logo_to_sidebar()
23
- st.sidebar.success("πŸ‘† Select a demo above.")
24
 
25
  st.title('πŸ’¬ Chat Demo')
26
 
 
20
  )
21
 
22
  add_logo_to_sidebar()
 
23
 
24
  st.title('πŸ’¬ Chat Demo')
25
 
pages/8_πŸ“_Summarise_Demo.py CHANGED
@@ -42,7 +42,6 @@ st.set_page_config(
42
  )
43
 
44
  add_logo_to_sidebar()
45
- st.sidebar.success("πŸ‘† Select a demo above.")
46
 
47
  st.title('πŸ“ Summarise Demo')
48
  st.write('We can use AI to summarise the text of a paragraph, maintaining the most pertinent information in the paragraph. Enter a clause below and click _summarise_ to see the automatic summarisation')
 
42
  )
43
 
44
  add_logo_to_sidebar()
 
45
 
46
  st.title('πŸ“ Summarise Demo')
47
  st.write('We can use AI to summarise the text of a paragraph, maintaining the most pertinent information in the paragraph. Enter a clause below and click _summarise_ to see the automatic summarisation')