Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|