pgurazada1 commited on
Commit
65d05cb
1 Parent(s): 5ac22a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ demo = gr.Interface(
55
  inputs=[carat_input, shape_input, cut_input, color_input,
56
  clarity_input, report_input, type_input],
57
  outputs=model_output,
 
58
  title="Diamond Price Predictor",
59
  description="This API allows you to predict the price of a diamond given its attributes",
60
  allow_flagging="auto",
 
55
  inputs=[carat_input, shape_input, cut_input, color_input,
56
  clarity_input, report_input, type_input],
57
  outputs=model_output,
58
+ theme=gr.themes.Soft(),
59
  title="Diamond Price Predictor",
60
  description="This API allows you to predict the price of a diamond given its attributes",
61
  allow_flagging="auto",