Spaces:
Sleeping
Sleeping
Remove header to make it fit better inside Adrega
Browse files
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:
|