Spaces:
Running
Running
Commit
·
03ac335
1
Parent(s):
18591f2
Update app.py
Browse files
app.py
CHANGED
@@ -16,9 +16,6 @@ import asyncio #line:15
|
|
16 |
import aiohttp #line:16
|
17 |
auth =aiohttp .BasicAuth ('1234','API')#line:18
|
18 |
base_url ='https://orva.tedcas.com/api/'#line:19
|
19 |
-
direccion_ip = 0s.getenv('DIRECCION_IP','127.0.0.1')
|
20 |
-
puerto = os.getenv('PUERTO','5000')
|
21 |
-
url = f'http://{direccion_ip}:{puerto}/ruta'
|
22 |
async def buscar_faq (O0000O0OO000000OO ,O0OOO0OO0O00O00O0 ):#line:21
|
23 |
OO00O0O00OOO0O000 ="C:/Users/leire/OneDrive/Escritorio/MASTER ING. BIOMEDICA/3. CUATRI/TEDCAS/Quirohelp/preguntas_qh_tags2.xlsx"#line:22
|
24 |
O00OOOO000OOO00O0 =pd .read_excel (OO00O0O00OOO0O000 ,engine ="openpyxl")#line:23
|
|
|
16 |
import aiohttp #line:16
|
17 |
auth =aiohttp .BasicAuth ('1234','API')#line:18
|
18 |
base_url ='https://orva.tedcas.com/api/'#line:19
|
|
|
|
|
|
|
19 |
async def buscar_faq (O0000O0OO000000OO ,O0OOO0OO0O00O00O0 ):#line:21
|
20 |
OO00O0O00OOO0O000 ="C:/Users/leire/OneDrive/Escritorio/MASTER ING. BIOMEDICA/3. CUATRI/TEDCAS/Quirohelp/preguntas_qh_tags2.xlsx"#line:22
|
21 |
O00OOOO000OOO00O0 =pd .read_excel (OO00O0O00OOO0O000 ,engine ="openpyxl")#line:23
|