Spaces:
Sleeping
Sleeping
Isabel Gwara commited on
Commit ·
5732972
1
Parent(s): 367d862
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ with open('info.md') as f:
|
|
| 144 |
# add numerical input
|
| 145 |
inputls.append(gr.inputs.Number(label=colname))
|
| 146 |
|
| 147 |
-
output = gr.
|
| 148 |
|
| 149 |
submit = gr.Button("Submit")
|
| 150 |
submit.click(fn=general_predictor, inputs=inputls, outputs=output)
|
|
|
|
| 144 |
# add numerical input
|
| 145 |
inputls.append(gr.inputs.Number(label=colname))
|
| 146 |
|
| 147 |
+
output = gr.Textbox(label="Your recommendation:")
|
| 148 |
|
| 149 |
submit = gr.Button("Submit")
|
| 150 |
submit.click(fn=general_predictor, inputs=inputls, outputs=output)
|