Spaces:
Running
Running
Update main.py
Browse files
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:
|