nickmuchi commited on
Commit
547ef5d
β€’
1 Parent(s): fc4da75

Update pages/2_Twitter_GPT_Search.py

Browse files
Files changed (1) hide show
  1. pages/2_Twitter_GPT_Search.py +4 -1
pages/2_Twitter_GPT_Search.py CHANGED
@@ -21,10 +21,13 @@ from langchain.schema import (
21
 
22
  from datetime import datetime as dt
23
 
 
 
 
24
  if 'tlist' not in st.session_state:
25
  st.session_state['tlist'] = ''
26
 
27
- st.set_page_config(page_title="Tweets Question/Answering with Langchain and OpenAI", page_icon="πŸ”Ž")
28
 
29
  system_template="""Use the following pieces of context to answer the users question.
30
  If you don't know the answer, just say that you don't know, don't try to make up an answer.
 
21
 
22
  from datetime import datetime as dt
23
 
24
+ st.set_page_config(page_title="Tweets Question/Answering with Langchain and OpenAI", page_icon="πŸ”Ž")
25
+
26
+
27
  if 'tlist' not in st.session_state:
28
  st.session_state['tlist'] = ''
29
 
30
+
31
 
32
  system_template="""Use the following pieces of context to answer the users question.
33
  If you don't know the answer, just say that you don't know, don't try to make up an answer.