Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ output_text = gr.outputs.Textbox(label="AI-generated response-Powered By OpenAi'
|
|
44 |
|
45 |
title_html = "<h2 style='text-align:center;font-weight:bold;color:black;'>Amazon Vendor Help Centre</h2>"
|
46 |
#desc_html = "<p style='text-align:center;'>Ask our AI chatbot any question related to Amazon vendor and get instant response!</p>"
|
47 |
-
desc_html = "<p style='text-align:center;'>Get instant responses to any question related to Amazon vendor by asking our AI chatbot, and don't forget to share your valuable feedback with us at <a href='
|
48 |
|
49 |
|
50 |
chatbot_interface = gr.Interface(
|
|
|
44 |
|
45 |
title_html = "<h2 style='text-align:center;font-weight:bold;color:black;'>Amazon Vendor Help Centre</h2>"
|
46 |
#desc_html = "<p style='text-align:center;'>Ask our AI chatbot any question related to Amazon vendor and get instant response!</p>"
|
47 |
+
desc_html = "<p style='text-align:center;'>Get instant responses to any question related to Amazon vendor by asking our AI chatbot, and don't forget to share your valuable feedback with us at <a href='https://forms.gle/NLjuAi7kdLZkV1Uz7'>https://forms.gle/NLjuAi7kdLZkV1Uz7</a></p>"
|
48 |
|
49 |
|
50 |
chatbot_interface = gr.Interface(
|