codelion commited on
Commit
beae2a2
1 Parent(s): 18c540f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -87,7 +87,7 @@ st.set_page_config(
87
  st.title("👷‍♂️ Safety Copilot 🦺")
88
 
89
  st.markdown("Chat with your personal safety assistant about any health & safety related queries.")
90
- st.markdown("Up-to-date with latest OSH regulations for Singapore, Indonesia, Malaysia & other parts of Asia.")
91
  st.markdown("_"+ stats + " queries answered!_")
92
 
93
  if 'chat_history' not in st.session_state:
 
87
  st.title("👷‍♂️ Safety Copilot 🦺")
88
 
89
  st.markdown("Chat with your personal safety assistant about any health & safety related queries.")
90
+ # st.markdown("Up-to-date with latest OSH regulations for Singapore, Indonesia, Malaysia & other parts of Asia.")
91
  st.markdown("_"+ stats + " queries answered!_")
92
 
93
  if 'chat_history' not in st.session_state: