Update app.py
Browse files
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"
|
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 |
|