vSiddi
commited on
Commit
·
8114061
1
Parent(s):
409a1a9
Update it
Browse files
modules/nav_query_docs.py
CHANGED
@@ -59,5 +59,4 @@ def app(message_store, current_page="nav_private_ai", use_retrieval_chain=False)
|
|
59 |
app_st_session_utils.add_message_to_session("assistant", formatted_response)
|
60 |
end_time = time.time() # End timing
|
61 |
processing_time = end_time - start_time # Calculate processing time
|
62 |
-
st.info(f"Processing time: {processing_time:.2f} seconds")
|
63 |
-
st.info("Liked it? The best is yet to come! Follow us at [Zysec AI](https://www.linkedin.com/company/zysec-ai)")
|
|
|
59 |
app_st_session_utils.add_message_to_session("assistant", formatted_response)
|
60 |
end_time = time.time() # End timing
|
61 |
processing_time = end_time - start_time # Calculate processing time
|
62 |
+
st.info(f"Processing time: {processing_time:.2f} seconds. Liked it? The best is yet to come! Follow us at [Zysec AI](https://www.linkedin.com/company/zysec-ai)") # Log processing time
|
|