Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from poe_api_wrapper import PoeApi
|
|
4 |
from typing import Generator
|
5 |
|
6 |
def init_client(p_b: str, p_lat: str) -> PoeApi:
|
7 |
-
return
|
8 |
|
9 |
custom_css = """
|
10 |
#component-0 {
|
|
|
4 |
from typing import Generator
|
5 |
|
6 |
def init_client(p_b: str, p_lat: str) -> PoeApi:
|
7 |
+
return PoeApi(token={"p-b": p_b, "p-lat": p_lat})
|
8 |
|
9 |
custom_css = """
|
10 |
#component-0 {
|