Spaces:
Running
Running
Commit ·
c8b8d8c
1
Parent(s): bc7c9fc
Actualiza Space DEP: app.py/requirements/DEP.csv
Browse files- .gitattributes +1 -0
- app.py +3 -3
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
*.csv filter=lfs diff=lfs merge=lfs -text
|
| 37 |
*.csv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
*.csv filter=lfs diff=lfs merge=lfs -text
|
| 37 |
*.csv filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -321,8 +321,8 @@ with gr.Blocks(title="Dashboard DEP's") as demo:
|
|
| 321 |
gr.Markdown("## Selección de **CRIADOR**")
|
| 322 |
with gr.Row():
|
| 323 |
code_box = gr.Textbox(
|
| 324 |
-
label=f"Ingresar código para ver todos los criadores
|
| 325 |
-
placeholder=f"Escriba
|
| 326 |
value=""
|
| 327 |
)
|
| 328 |
with gr.Row():
|
|
@@ -394,7 +394,7 @@ with gr.Blocks(title="Dashboard DEP's") as demo:
|
|
| 394 |
|
| 395 |
gr.Markdown(
|
| 396 |
f"<div style='text-align:center; font-size: 14px; margin-top: 12px; opacity:0.85;'>"
|
| 397 |
-
f"Elaborado por <b>
|
| 398 |
f"</div>"
|
| 399 |
)
|
| 400 |
|
|
|
|
| 321 |
gr.Markdown("## Selección de **CRIADOR**")
|
| 322 |
with gr.Row():
|
| 323 |
code_box = gr.Textbox(
|
| 324 |
+
label=f"Ingresar código para ver todos los criadores",
|
| 325 |
+
placeholder=f"Escriba código para desbloquear el listado completo",
|
| 326 |
value=""
|
| 327 |
)
|
| 328 |
with gr.Row():
|
|
|
|
| 394 |
|
| 395 |
gr.Markdown(
|
| 396 |
f"<div style='text-align:center; font-size: 14px; margin-top: 12px; opacity:0.85;'>"
|
| 397 |
+
f"Elaborado por <b>Departamento de Proyectos Corfoga</b> • Paleta <span style='color:{COLOR_A}'>{COLOR_A}</span> / <span style='color:{COLOR_B}'>{COLOR_B}</span>"
|
| 398 |
f"</div>"
|
| 399 |
)
|
| 400 |
|