alexripperton commited on
Commit
93dc89f
1 Parent(s): d4ee6df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks() as demo:
88
  text_button.click(build_the_bot, text_input, text_output)
89
 
90
  with gr.Tab("Bot With Context"):
91
- # inputbox = gr.Textbox("Input your text to build a Q&A Bot here.....")
92
  chatbot = gr.Chatbot()
93
  message = gr.Textbox("What is the context document about?")
94
  message.submit(chat, [chatbot, message], chatbot)
 
88
  text_button.click(build_the_bot, text_input, text_output)
89
 
90
  with gr.Tab("Bot With Context"):
91
+ # inputbox = gr.Textbox("Input your text to build a Q&A Bot here....."
92
  chatbot = gr.Chatbot()
93
  message = gr.Textbox("What is the context document about?")
94
  message.submit(chat, [chatbot, message], chatbot)