acecalisto3 commited on
Commit
189fa3e
·
verified ·
1 Parent(s): 3f23479

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 poe_api(token={"p-b": p_b, "p-lat": p_lat})
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 {