marketing
Browse files
app.py
CHANGED
|
@@ -168,7 +168,7 @@ Low APR and great customer service. I would highly recommend if you’re looking
|
|
| 168 |
[in_question]
|
| 169 |
)
|
| 170 |
btn_recommend = gr.Button("Reasoning")
|
| 171 |
-
btn_recommend.click(fn=
|
| 172 |
|
| 173 |
gr.Markdown("""
|
| 174 |
Benefits of a Marketing Campaign Generator
|
|
|
|
| 168 |
[in_question]
|
| 169 |
)
|
| 170 |
btn_recommend = gr.Button("Reasoning")
|
| 171 |
+
btn_recommend.click(fn=marketingPlan, inputs=[in_verbatim, in_question], outputs=out_product)
|
| 172 |
|
| 173 |
gr.Markdown("""
|
| 174 |
Benefits of a Marketing Campaign Generator
|