devve1 commited on
Commit
a6cb806
1 Parent(s): 8eb9c8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -330,8 +330,8 @@ if __name__ == '__main__':
330
  sticky_nav=True,
331
  sticky_mode='pinned'
332
  )
333
-
334
- st.markdown("<h1 style='position: fixed; top: 0; left: 0; width: 100%; padding: 10px; text-align: left; color: black;'>Multipurpose AI Agent</h1>", unsafe_allow_html=True)
335
 
336
  if "qa_prompt" not in st.session_state:
337
  st.session_state.qa_prompt = lambda query, context: (
 
330
  sticky_nav=True,
331
  sticky_mode='pinned'
332
  )
333
+ st.title('Multipurpose AI Agent')
334
+ #st.markdown("<h1 style='position: fixed; top: 0; left: 0; width: 100%; padding: 10px; text-align: left; color: black;'>Multipurpose AI Agent</h1>", unsafe_allow_html=True)
335
 
336
  if "qa_prompt" not in st.session_state:
337
  st.session_state.qa_prompt = lambda query, context: (