MiguelCh commited on
Commit
756e690
verified
1 Parent(s): effd345

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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
- 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
 
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():