dejanseo commited on
Commit
94a3584
·
verified ·
1 Parent(s): d6bd636

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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():