prithivMLmods commited on
Commit
97c741d
1 Parent(s): 5429b91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -71,8 +71,9 @@ def handle_query(query):
71
 
72
 
73
  # Streamlit app initialization
74
- st.title("Chatbot for PDF🗞️")
75
- st.markdown("start chat🚀")
 
76
 
77
  if 'messages' not in st.session_state:
78
  st.session_state.messages = [{'role': 'assistant', "content": 'Hello! Upload a PDF and ask me anything about its content.'}]
 
71
 
72
 
73
  # Streamlit app initialization
74
+ st.title("(PDF) Information and Inference🗞️")
75
+ st.markdown("Retrieval-Augmented Generation")
76
+ st.markdown("start chat ...🚀")
77
 
78
  if 'messages' not in st.session_state:
79
  st.session_state.messages = [{'role': 'assistant', "content": 'Hello! Upload a PDF and ask me anything about its content.'}]