MiguelCh commited on
Commit
211c0e9
verified
1 Parent(s): 11e39d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -46,10 +46,15 @@ def predict_4(pH: float, EC: float, CCE: float, SOC: float, Sa: float, Si: float
46
  # <img src="https://www.wycia.com/wp-content/uploads/2016/09/LOGO-PUCP.jpg" width=200px>
47
  # Crear la interfaz Gradio
48
  with gr.Blocks() as demo:
49
- gr.Markdown("""<img src="https://www.wycia.com/wp-content/uploads/2016/09/LOGO-PUCP.jpg" width=200px>""")
50
- gr.Markdown("""<img src="https://resoluciones.prociencia.gob.pe/dist/img/logo_concytec_prociencia_001.png" width=200px>""")
51
-
 
 
 
 
52
 
 
53
  gr.Markdown("# Estimaci贸n de la densidad aparente del suelo")
54
  with gr.Row():
55
  with gr.Column(scale=0, min_width=250):
 
46
  # <img src="https://www.wycia.com/wp-content/uploads/2016/09/LOGO-PUCP.jpg" width=200px>
47
  # Crear la interfaz Gradio
48
  with gr.Blocks() as demo:
49
+ with gr.Row():
50
+ with gr.Column():
51
+ gr.Markdown("""<img src="https://www.wycia.com/wp-content/uploads/2016/09/LOGO-PUCP.jpg" width=200px>""")
52
+ with gr.Column():
53
+ gr.Markdown("""<img src="https://prociencia.gob.pe/wp-content/uploads/2022/05/PROCIENCIA-LOGO-300x169.png" width=200px>""")
54
+ with gr.Column():
55
+ gr.Markdown("""<https://i.ibb.co/k8LxVMT/images.jpg" width=200px>""")
56
 
57
+ with gr.Row():
58
  gr.Markdown("# Estimaci贸n de la densidad aparente del suelo")
59
  with gr.Row():
60
  with gr.Column(scale=0, min_width=250):