ksvmuralidhar commited on
Commit
b5d9b78
1 Parent(s): ebac715

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ sent_model, ce_model = load_sentence_transformer()
96
 
97
  try:
98
  logger.warning('Entering the application')
99
- st.markdown("<h3>Find Similar News</h3>", unsafe_allow_html=True)
100
  desc = '''<p style="font-size: 13px;">
101
  Embeddings of news headlines are stored in Milvus vector database, used as a feature store.
102
  The database is updated in realtime with new headlines using a CRON job.
 
96
 
97
  try:
98
  logger.warning('Entering the application')
99
+ st.markdown("<h3>Find Recent Similar News</h3>", unsafe_allow_html=True)
100
  desc = '''<p style="font-size: 13px;">
101
  Embeddings of news headlines are stored in Milvus vector database, used as a feature store.
102
  The database is updated in realtime with new headlines using a CRON job.