awacke1 commited on
Commit
38b0f29
·
1 Parent(s): 45eb11a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -19,11 +19,11 @@ openai.api_key = os.getenv('OPENAI_KEY')
19
  st.set_page_config(
20
  page_title="GPT Streamlit Document Reasoner",
21
  layout="wide",
22
- theme=Theme(
23
- primary_color="#F63366",
24
- secondary_background_color="#F0F2F6",
25
- text_color="#262730",
26
- font="sans serif",
27
  ),
28
  )
29
  st.title("Chat with AI")
 
19
  st.set_page_config(
20
  page_title="GPT Streamlit Document Reasoner",
21
  layout="wide",
22
+ # theme=Theme(
23
+ # primary_color="#F63366",
24
+ # secondary_background_color="#F0F2F6",
25
+ # text_color="#262730",
26
+ # font="sans serif",
27
  ),
28
  )
29
  st.title("Chat with AI")