Spaces:
Running
Running
Asankhaya Sharma
commited on
Commit
·
e129c7d
1
Parent(s):
cea0ee5
update message
Browse files
main.py
CHANGED
@@ -107,7 +107,7 @@ if prompt := st.chat_input("Ask a question"):
|
|
107 |
with st.chat_message("user"):
|
108 |
st.markdown(prompt)
|
109 |
|
110 |
-
with st.spinner('Safety briefing in progress...
|
111 |
response = response_generator(prompt)
|
112 |
|
113 |
# Display assistant response in chat message container
|
|
|
107 |
with st.chat_message("user"):
|
108 |
st.markdown(prompt)
|
109 |
|
110 |
+
with st.spinner('Safety briefing in progress...'):
|
111 |
response = response_generator(prompt)
|
112 |
|
113 |
# Display assistant response in chat message container
|