Spaces:
Runtime error
Runtime error
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')
|