ashikshaffi08
commited on
Commit
•
646d9e2
1
Parent(s):
e0cb5d5
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ LANGUAGES_SUPPORTED = """
|
|
21 |
<h3 align="center">Languages Supported</h3>
|
22 |
<p align="center">Arabic, Chinese, English, French, German, Hebrew, Hindi, Portuguese, Russian, Spanish, Urdu, Vietnamese, and more to come!</p>
|
23 |
"""
|
24 |
-
netuid =
|
25 |
node_url = "wss://commune-api-node-2.communeai.net"
|
26 |
|
27 |
async def get_com_price(session: aiohttp.ClientSession) -> Any:
|
|
|
21 |
<h3 align="center">Languages Supported</h3>
|
22 |
<p align="center">Arabic, Chinese, English, French, German, Hebrew, Hindi, Portuguese, Russian, Spanish, Urdu, Vietnamese, and more to come!</p>
|
23 |
"""
|
24 |
+
netuid = 1
|
25 |
node_url = "wss://commune-api-node-2.communeai.net"
|
26 |
|
27 |
async def get_com_price(session: aiohttp.ClientSession) -> Any:
|