Spaces:
Sleeping
Sleeping
jaiganesan
commited on
Commit
•
868799e
1
Parent(s):
9827cc8
Update app.py
Browse files
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:
|
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 |
-
""", 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:
|