Update app.py
Browse files
app.py
CHANGED
@@ -48,11 +48,11 @@ def predict_4(pH: float, EC: float, CCE: float, SOC: float, Sa: float, Si: float
|
|
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=
|
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("""<img src="https://i.ibb.co/k8LxVMT/images.jpg" width=
|
56 |
|
57 |
gr.Markdown("# Estimaci贸n de la densidad aparente del suelo")
|
58 |
|
|
|
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=250px>""")
|
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("""<img src="https://i.ibb.co/k8LxVMT/images.jpg" width=150px>""")
|
56 |
|
57 |
gr.Markdown("# Estimaci贸n de la densidad aparente del suelo")
|
58 |
|