Update app.py
Browse files
app.py
CHANGED
@@ -46,14 +46,14 @@ 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 |
-
with gr.Row():
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
gr.Markdown("# Estimaci贸n de la densidad aparente del suelo")
|
58 |
|
59 |
with gr.Row():
|
|
|
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=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 |
+
gr.Markdown("""<img src="https://www.wycia.com/wp-content/uploads/2016/09/LOGO-PUCP.jpg" width=1200px height=300px >""")
|
57 |
gr.Markdown("# Estimaci贸n de la densidad aparente del suelo")
|
58 |
|
59 |
with gr.Row():
|