Isabel Gwara commited on
Commit
59087ba
·
1 Parent(s): 7f386e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Primary")
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():