afght12 commited on
Commit
d8378d1
·
verified ·
1 Parent(s): e3834d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ HEADER = """
23
  EVALUATION_HEADER = """<h3 align="center">Evaluation Details</h3>"""
24
 
25
  EVALUATION_DETAILS = """<p align="center"><b>Name</b> represents the model name. <b>Rewards / Day</b> indicates the expected daily rewards for each model in <b>$COMAI</b>. <b>UID</b> is the unique identifier of the miner. <b>$USD Value</b> is the estimated dollar value of the daily rewards.</p>"""
26
- netuid = 24
27
  node_url = "wss://commune.api.onfinality.io/public-ws"
28
 
29
 
 
23
  EVALUATION_HEADER = """<h3 align="center">Evaluation Details</h3>"""
24
 
25
  EVALUATION_DETAILS = """<p align="center"><b>Name</b> represents the model name. <b>Rewards / Day</b> indicates the expected daily rewards for each model in <b>$COMAI</b>. <b>UID</b> is the unique identifier of the miner. <b>$USD Value</b> is the estimated dollar value of the daily rewards.</p>"""
26
+ netuid = 0
27
  node_url = "wss://commune.api.onfinality.io/public-ws"
28
 
29