Spaces:
Running
Running
Update app.py
Browse files
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"
|
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 |
|