afght12 commited on
Commit
18d6dad
1 Parent(s): 272dd24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ EVALUATION_HEADER = """<h3 align="center">Evaluation Details</h3>"""
22
 
23
  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>"""
24
  netuid = 3
25
- node_url = "wss://commune.api.onfinality.io/public-ws"
26
 
27
 
28
  def get_com_price() -> Any:
 
22
 
23
  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>"""
24
  netuid = 3
25
+ node_url = "wss://commune-api-node-2.communeai.net"
26
 
27
 
28
  def get_com_price() -> Any: