Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks() as demo:
|
|
79 |
submit_3 = gr.Button(value='MLRegression')
|
80 |
with gr.Column():
|
81 |
submit_4 = gr.Button(value='Random Forest')
|
82 |
-
output = gr.Textbox(label=":
|
83 |
|
84 |
submit_1.click(predict_1, inputs=[SOC], outputs=[output])
|
85 |
submit_2.click(predict_2, inputs=[SOC, Cy], outputs=[output])
|
|
|
79 |
submit_3 = gr.Button(value='MLRegression')
|
80 |
with gr.Column():
|
81 |
submit_4 = gr.Button(value='Random Forest')
|
82 |
+
output = gr.Textbox(label=" (%): Densidad aparente del suelo.", interactive=False)
|
83 |
|
84 |
submit_1.click(predict_1, inputs=[SOC], outputs=[output])
|
85 |
submit_2.click(predict_2, inputs=[SOC, Cy], outputs=[output])
|