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