Kunal08 commited on
Commit
39067ef
·
1 Parent(s): d587f21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Chatbot response")
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>"