Fah commited on
Commit
a5ecd5a
1 Parent(s): 2cd9931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,5 +28,5 @@ gr.Interface(predict_cvr, inputs =[xyz_campaign_id, gender, age, Impressions, Cl
28
  Total_Conversion, interest],
29
  outputs="label",
30
  title = "Facebook Ads Conversions Prediction Web App",
31
- theme = "peach",
32
  capture_session=True).launch();
 
28
  Total_Conversion, interest],
29
  outputs="label",
30
  title = "Facebook Ads Conversions Prediction Web App",
31
+ theme = "dark-peach",
32
  capture_session=True).launch();