ryanrwatkins commited on
Commit
28da800
·
verified ·
1 Parent(s): 95bd611

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -611,7 +611,7 @@ chain = ConversationalRetrievalChain.from_llm(
611
 
612
 
613
  # This below is for the interface
614
- @observe(name="chatbot_response", description="Handles user input and returns chatbot output")
615
  def submit_message(prompt, prompt_template, temperature, max_tokens, context_length, state):
616
 
617
 
 
611
 
612
 
613
  # This below is for the interface
614
+ @observe(name="chatbot_response")
615
  def submit_message(prompt, prompt_template, temperature, max_tokens, context_length, state):
616
 
617