awacke1 commited on
Commit
918df56
·
1 Parent(s): 10369ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ from xml.etree import ElementTree as ET
13
  from bs4 import BeautifulSoup
14
 
15
  openai.api_key = os.getenv('OPENAI_KEY')
 
16
 
17
  def chat_with_model(prompts):
18
  model = "gpt-3.5-turbo"
 
13
  from bs4 import BeautifulSoup
14
 
15
  openai.api_key = os.getenv('OPENAI_KEY')
16
+ st.set_page_config(page_title='Streamlit ChatGPT Document Reasoner', layout='wide')
17
 
18
  def chat_with_model(prompts):
19
  model = "gpt-3.5-turbo"