Spaces:
Sleeping
Sleeping
Isabel Gwara commited on
Commit ·
7f386e0
1
Parent(s): 5732972
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")
|
| 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():
|