vSiddi
commited on
Commit
·
409a1a9
1
Parent(s):
33dd823
Add message
Browse files
modules/nav_query_docs.py
CHANGED
@@ -60,3 +60,4 @@ def app(message_store, current_page="nav_private_ai", use_retrieval_chain=False)
|
|
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") # Log processing time
|
|
|
|
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") # Log processing time
|
63 |
+
st.info("Liked it? The best is yet to come! Follow us at [Zysec AI](https://www.linkedin.com/company/zysec-ai)")
|