Your Name commited on
Commit
cbbaa6e
1 Parent(s): ca3aed0
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -58,6 +58,7 @@ def chat(message, site,history):
58
 
59
  with gr.Blocks() as demo:
60
  gr.Markdown("<h3><center>WebSiteChatBotAI</center></h3>")
 
61
  site = gr.Textbox(placeholder="paste URL",label="WebSite")
62
  chatbot = gr.Chatbot()
63
  with gr.Row():
 
58
 
59
  with gr.Blocks() as demo:
60
  gr.Markdown("<h3><center>WebSiteChatBotAI</center></h3>")
61
+ gr.Markdown("<p><center>paste web site URL and input question and push Run</center></p>")
62
  site = gr.Textbox(placeholder="paste URL",label="WebSite")
63
  chatbot = gr.Chatbot()
64
  with gr.Row():