Sibanjan commited on
Commit
ee7e1c2
1 Parent(s): 3e0f91d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def call_email(Email_Type,industry,content_url,job_role_change, job_role,prospec
39
  return history, history
40
 
41
  gr.Interface(fn = call_email,
42
- inputs = [gr.Radio(["First Touch", "Persuasive", "Followup","Event Invitation","New Launch Communication", "Product Upgrade Communication"],value="First Touch"),"text","text",gr.Dropdown(["Yes", "No"],value="No"),"text",'text','state'],
43
  outputs = ["chatbot",'state']).launch(debug = True)
44
 
45
 
 
39
  return history, history
40
 
41
  gr.Interface(fn = call_email,
42
+ inputs = [gr.Radio(["First Touch", "Persuasive", "Followup","Event Invitation","New Launch Communication"],value="First Touch"),"text","text",gr.Dropdown(["Yes", "No"],value="No"),"text",'text','state'],
43
  outputs = ["chatbot",'state']).launch(debug = True)
44
 
45