awacke1 commited on
Commit
809b6f3
β€’
1 Parent(s): 2e67686

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ openai.api_key = os.getenv('OPENAI_KEY')
16
  st.set_page_config(
17
  page_title="GPT Streamlit Document Reasoner",
18
  layout="wide")
19
- st.title("Chat with AI")
20
 
21
  # Output options sidebar menu
22
  st.sidebar.title("Output Options")
 
16
  st.set_page_config(
17
  page_title="GPT Streamlit Document Reasoner",
18
  layout="wide")
19
+ st.title("GPT Chat with Optional File Context - Talk to your data!")
20
 
21
  # Output options sidebar menu
22
  st.sidebar.title("Output Options")