Skip to content

Commit 5b854fa

Browse files
committed
add streamlit config
1 parent 75139f8 commit 5b854fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: .streamlit/config.toml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[theme]
2+
3+
base="dark"
4+
primaryColor="#d33682"
5+
backgroundColor="#000000"
6+
secondaryBackgroundColor="#586e75"
7+
textColor="#fafafa"
8+
font="sans serif"

Diff for: 010_sql_database_agent_app/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# streamlit run 010_sql_database_agent_app/app.py
1515

1616
# Imports
17-
# !pip install git+https://github.com/business-science/ai-data-science-team.git --upgrade
17+
# pip install git+https://github.com/business-science/ai-data-science-team.git --upgrade
1818

1919
from openai import OpenAI
2020

0 commit comments

Comments
 (0)