Spaces:
Sleeping
Sleeping
Isabel Gwara
commited on
Commit
·
3865968
1
Parent(s):
21ca184
Update app.py
Browse files
app.py
CHANGED
@@ -147,8 +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 |
-
|
151 |
-
output = gr.HighlightedText(label="Your recommendation:", color_map={("any","blue")})
|
152 |
|
153 |
submit.click(fn=general_predictor, inputs=inputls, outputs=output)
|
154 |
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 />")
|