Kabalisticus commited on
Commit
0809f04
1 Parent(s): 407badc
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -26,7 +26,12 @@ api = wandb.Api()
26
 
27
  # Define available projects (bookmarks)
28
  projects = {
29
- "Melanoma TestNet": {
 
 
 
 
 
30
  "entity": "safe-scan-ai",
31
  "project": "melanoma-testnet",
32
  "description": "This is a testnet competition for melanoma detection."
@@ -82,8 +87,7 @@ def load_competition_data(last_update_time=None):
82
 
83
  # Streamlit app main function
84
  def main():
85
- st.title("LaUltimate Dashboard")
86
- st.title("JEDZIESZMALINA")
87
  st.subheader("Welcome to the Competition Dashboard!")
88
  st.write("Explore the various AI competitions and their respective rankings. Select a competition to view more details and rankings.")
89
 
 
26
 
27
  # Define available projects (bookmarks)
28
  projects = {
29
+ "Melanoma-1": {
30
+ "entity": "safe-scan-ai",
31
+ "project": "melanoma-1",
32
+ "description": "This is a testnet competition for melanoma detection."
33
+ },
34
+ "Melanoma-testnet": {
35
  "entity": "safe-scan-ai",
36
  "project": "melanoma-testnet",
37
  "description": "This is a testnet competition for melanoma detection."
 
87
 
88
  # Streamlit app main function
89
  def main():
90
+ st.title("SafeScan Dashboard")
 
91
  st.subheader("Welcome to the Competition Dashboard!")
92
  st.write("Explore the various AI competitions and their respective rankings. Select a competition to view more details and rankings.")
93