Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def chatbot(input, api_key):
|
|
40 |
|
41 |
api_key_input = gr.inputs.Textbox(label="OpenAI API Key")
|
42 |
text_input = gr.inputs.Textbox(label="Type your question here")
|
43 |
-
output_text = gr.outputs.Textbox(label="
|
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>"
|
|
|
40 |
|
41 |
api_key_input = gr.inputs.Textbox(label="OpenAI API Key")
|
42 |
text_input = gr.inputs.Textbox(label="Type your question here")
|
43 |
+
output_text = gr.outputs.Textbox(label="AI-generated response - Powered By OpenAi's ChatGPT")
|
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>"
|