Spaces:
Sleeping
Sleeping
Commit
·
2860cf2
1
Parent(s):
4f279bc
Update app.py
Browse files
app.py
CHANGED
@@ -684,12 +684,12 @@ async def materiales_trauma ():#line:763
|
|
684 |
O000O0O000O0000O0 =os .path .join (app .config ['UPLOAD_FOLDER'],'flecha.png')#line:765
|
685 |
O0O0O000OO0OO00O0 =await boton_materiales (1 ,O0O0O00000OOOOOOO )#line:766
|
686 |
if len (O0O0O000OO0OO00O0 [''])==0 :#line:767
|
687 |
-
return render_template ('
|
688 |
else :#line:769
|
689 |
if len (O0O0O000OO0OO00O0 )==1 :#line:770
|
690 |
-
return render_template ('
|
691 |
else :#line:772
|
692 |
-
return render_template ('
|
693 |
@app .route ("/escuchar_trauma1",methods =['GET','POST'])#line:775
|
694 |
async def escuchar_trauma1 ():#line:776
|
695 |
OOO0OOO00O000OO00 =os .path .join (app .config ['UPLOAD_FOLDER'],'guia_visual.png')#line:777
|
|
|
684 |
O000O0O000O0000O0 =os .path .join (app .config ['UPLOAD_FOLDER'],'flecha.png')#line:765
|
685 |
O0O0O000OO0OO00O0 =await boton_materiales (1 ,O0O0O00000OOOOOOO )#line:766
|
686 |
if len (O0O0O000OO0OO00O0 [''])==0 :#line:767
|
687 |
+
return render_template ('materiales.html',user_image7 =O000O0O000O0000O0 ,cajas =O0O0O000OO0OO00O0 ,no_hay ="No hay instrumental")#line:768
|
688 |
else :#line:769
|
689 |
if len (O0O0O000OO0OO00O0 )==1 :#line:770
|
690 |
+
return render_template ('materiales1.html',user_image7 =O000O0O000O0000O0 ,cajas =O0O0O000OO0OO00O0 )#line:771
|
691 |
else :#line:772
|
692 |
+
return render_template ('materiales.html',user_image7 =O000O0O000O0000O0 ,cajas =O0O0O000OO0OO00O0 )#line:773
|
693 |
@app .route ("/escuchar_trauma1",methods =['GET','POST'])#line:775
|
694 |
async def escuchar_trauma1 ():#line:776
|
695 |
OOO0OOO00O000OO00 =os .path .join (app .config ['UPLOAD_FOLDER'],'guia_visual.png')#line:777
|