Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,11 @@ def RCS(JET, Suelo,SPT, WtoC, Presion, Velocidad):
|
|
45 |
app = gr.Interface(
|
46 |
RCS,
|
47 |
inputs=[
|
|
|
|
|
|
|
|
|
|
|
48 |
gr.inputs.Radio(['1', '2', '3'], label="Jet system: 1=Single. 2=Double. 3=Triple"),
|
49 |
gr.inputs.Radio(['1', '2', '3', '4'], label="Soil type: 1=Coarse without fines. 2=Coarse with fines. 3=Fine. 4=Organic"),
|
50 |
gr.Number(value=1, label="Nspt"),
|
|
|
45 |
app = gr.Interface(
|
46 |
RCS,
|
47 |
inputs=[
|
48 |
+
gr.inputs.Textbox(
|
49 |
+
lines=2,
|
50 |
+
label="Pregúntame sobre BioMedicina o temas relacionados. Puedes simplemente preguntarme aquí y darle al botón verde de abajo que pone Enviar.",
|
51 |
+
placeholder="Escribe aquí tu pregunta",
|
52 |
+
optional=True,),
|
53 |
gr.inputs.Radio(['1', '2', '3'], label="Jet system: 1=Single. 2=Double. 3=Triple"),
|
54 |
gr.inputs.Radio(['1', '2', '3', '4'], label="Soil type: 1=Coarse without fines. 2=Coarse with fines. 3=Fine. 4=Organic"),
|
55 |
gr.Number(value=1, label="Nspt"),
|