Spaces:
Sleeping
Sleeping
Isabel Gwara commited on
Commit ·
59087ba
1
Parent(s): 7f386e0
Update app.py
Browse files
app.py
CHANGED
|
@@ -146,7 +146,7 @@ with open('info.md') as f:
|
|
| 146 |
|
| 147 |
output = gr.Textbox(label="Your recommendation:")
|
| 148 |
|
| 149 |
-
submit = gr.Button("Submit", variant="
|
| 150 |
submit.click(fn=general_predictor, inputs=inputls, outputs=output)
|
| 151 |
|
| 152 |
with gr.Box():
|
|
|
|
| 146 |
|
| 147 |
output = gr.Textbox(label="Your recommendation:")
|
| 148 |
|
| 149 |
+
submit = gr.Button("Submit", variant="primary")
|
| 150 |
submit.click(fn=general_predictor, inputs=inputls, outputs=output)
|
| 151 |
|
| 152 |
with gr.Box():
|