andreska commited on
Commit
f5e81c3
·
verified ·
1 Parent(s): ca90665

Remove header to make it fit better inside Adrega

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ st.markdown(
34
  unsafe_allow_html=True
35
  )
36
 
37
- st.title("Adrega AI Help")
38
  st.session_state.include_context = st.checkbox('Search in Help')
39
 
40
  if 'conversation' not in st.session_state:
 
34
  unsafe_allow_html=True
35
  )
36
 
37
+ #st.title("Adrega AI Help")
38
  st.session_state.include_context = st.checkbox('Search in Help')
39
 
40
  if 'conversation' not in st.session_state: