Spaces:
Configuration error
Configuration error
elli-teu commited on
Commit ·
096b5e3
1
Parent(s): faf8ffb
fortsatt lek med färg
Browse filesAtt göra
- fixa så att show selection funkar även om man byter sida
- välj en show selection
- fixa rödmarkering av allergier
- .streamlit/config.toml +1 -1
- app.py +2 -0
- utils/epic_logo.jpeg +0 -0
.streamlit/config.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[theme]
|
| 2 |
primaryColor="purple"
|
| 3 |
backgroundColor="#01183A"
|
| 4 |
-
secondaryBackgroundColor="#
|
| 5 |
textColor="#FDFAD9"
|
| 6 |
font="sans serif"
|
|
|
|
| 1 |
[theme]
|
| 2 |
primaryColor="purple"
|
| 3 |
backgroundColor="#01183A"
|
| 4 |
+
secondaryBackgroundColor="#072550"
|
| 5 |
textColor="#FDFAD9"
|
| 6 |
font="sans serif"
|
app.py
CHANGED
|
@@ -24,9 +24,11 @@ st.markdown(
|
|
| 24 |
unsafe_allow_html=True
|
| 25 |
)
|
| 26 |
|
|
|
|
| 27 |
|
| 28 |
# Title for the app
|
| 29 |
st.title("Tantalos")
|
| 30 |
|
| 31 |
st.write("Welcome to Tantalos. Please navigate using the menu on the left.")
|
| 32 |
|
|
|
|
|
|
| 24 |
unsafe_allow_html=True
|
| 25 |
)
|
| 26 |
|
| 27 |
+
st.image("utils\epic_logo.jpeg", width=250)
|
| 28 |
|
| 29 |
# Title for the app
|
| 30 |
st.title("Tantalos")
|
| 31 |
|
| 32 |
st.write("Welcome to Tantalos. Please navigate using the menu on the left.")
|
| 33 |
|
| 34 |
+
|
utils/epic_logo.jpeg
ADDED
|