Spaces:
Sleeping
Sleeping
Isabel Gwara
commited on
Commit
·
32ea5f9
1
Parent(s):
4523cdc
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ with open('info.md') as f:
|
|
147 |
|
148 |
submit = gr.Button("Click to see your personalized result!", variant="primary")
|
149 |
gr.Markdown("<br />")
|
150 |
-
output = gr.Textbox(label="Your recommendation:")
|
151 |
|
152 |
submit.click(fn=general_predictor, inputs=inputls, outputs=output)
|
153 |
gr.Markdown("<br />")
|
|
|
147 |
|
148 |
submit = gr.Button("Click to see your personalized result!", variant="primary")
|
149 |
gr.Markdown("<br />")
|
150 |
+
output = gr.Textbox(label="Your recommendation:", placeholder="your recommendation will appear here")
|
151 |
|
152 |
submit.click(fn=general_predictor, inputs=inputls, outputs=output)
|
153 |
gr.Markdown("<br />")
|