Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,11 @@ st.set_page_config(
|
|
15 |
layout="wide"
|
16 |
)
|
17 |
|
|
|
|
|
|
|
|
|
|
|
18 |
# --- Load heuristic weights from environment secrets, with JSON→Python fallback ---
|
19 |
@st.cache_resource
|
20 |
def load_heuristic_weights():
|
|
|
15 |
layout="wide"
|
16 |
)
|
17 |
|
18 |
+
st.logo(
|
19 |
+
image="https://dejan.ai/wp-content/uploads/2024/02/dejan-300x103.png",
|
20 |
+
link="https://dejan.ai/",
|
21 |
+
)
|
22 |
+
|
23 |
# --- Load heuristic weights from environment secrets, with JSON→Python fallback ---
|
24 |
@st.cache_resource
|
25 |
def load_heuristic_weights():
|