chore: update exclude list in app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ list_iface = gr.Interface(fn=compute_offer,
|
|
| 18 |
gr.Slider(5000, 100000, value=15000, step=1, label="Minimum Sent", info="Minimum number of emails sent"),
|
| 19 |
gr.Dropdown(["Comcast", "Yahoo", "Hotmail", "Aol"], value="Comcast", label="Domain"),
|
| 20 |
gr.Radio(["Newsletters", "Offers"], label="Type", value="Newsletters"),
|
| 21 |
-
gr.Textbox(label="Exclude list", info="Example: INH,MNP", value="INH,DHI,HHP,RTA,JVR,HTH")],
|
| 22 |
outputs="dataframe")
|
| 23 |
|
| 24 |
# PLOTTING
|
|
|
|
| 18 |
gr.Slider(5000, 100000, value=15000, step=1, label="Minimum Sent", info="Minimum number of emails sent"),
|
| 19 |
gr.Dropdown(["Comcast", "Yahoo", "Hotmail", "Aol"], value="Comcast", label="Domain"),
|
| 20 |
gr.Radio(["Newsletters", "Offers"], label="Type", value="Newsletters"),
|
| 21 |
+
gr.Textbox(label="Exclude list", info="Example: INH,MNP", value="INH,DHI,HHP,RTA,JVR,HTH,FNC,SCD,ENH,WIP")],
|
| 22 |
outputs="dataframe")
|
| 23 |
|
| 24 |
# PLOTTING
|