jaiganesan commited on
Commit
868799e
1 Parent(s): 9827cc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -299,10 +299,10 @@ def generate_response_article_paper(query):
299
  def main():
300
  st.markdown("""<div style="text-align:center;"><h1 style="font-size: 30px;">Genie🧞 : RAG for AI Insights </h1></div>
301
  """, unsafe_allow_html=True)
302
- st.markdown("""<div style="text-align:center;"><h1 style="font-size: 15px;">"Interact with our real-time Q&A system,
303
  where you can ask questions on AI-related topics. If the system has the answer, it will respond immediately.
304
- Otherwise, it will fetch real-time information from the articles and research papers to provide you with the most up-to-date response."</h1></div>
305
- """, unsafe_allow_html=True)
306
 
307
 
308
  if 'key_flag' not in st.session_state:
 
299
  def main():
300
  st.markdown("""<div style="text-align:center;"><h1 style="font-size: 30px;">Genie🧞 : RAG for AI Insights </h1></div>
301
  """, unsafe_allow_html=True)
302
+ st.markdown("""<div style="text-align:center;"><h1 style="font-size: 17px;">"Interact with our real-time Q&A system,
303
  where you can ask questions on AI-related topics. If the system has the answer, it will respond immediately.
304
+ Otherwise, it will fetch real-time information from the articles and research papers to provide you with the most up-to-date response.
305
+ During the initial run, there may be a delay as the vector embeddings are loaded into the session state."</h1></div>""", unsafe_allow_html=True)
306
 
307
 
308
  if 'key_flag' not in st.session_state: