Update app.py
Browse files
app.py
CHANGED
@@ -54,8 +54,8 @@ with gr.Blocks() as demo:
|
|
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):
|
61 |
gr.Markdown("**M.O. (%)**")
|
|
|
54 |
with gr.Column():
|
55 |
gr.Markdown("""<https://i.ibb.co/k8LxVMT/images.jpg" width=200px>""")
|
56 |
|
|
|
57 |
gr.Markdown("# Estimaci贸n de la densidad aparente del suelo")
|
58 |
+
|
59 |
with gr.Row():
|
60 |
with gr.Column(scale=0, min_width=250):
|
61 |
gr.Markdown("**M.O. (%)**")
|