Ritesh-hf commited on
Commit
417f8da
1 Parent(s): f5f433f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ import gradio as gr
136
  def remote_response(message, chat_history):
137
  bot_message = ""
138
  language = "en"
139
- response = conversational_rag_chain.invoke({"input": question, 'language': language},config={"configurable": {"session_id": "abc123"}},):
140
  return response
141
 
142
  # Gradio interface
 
136
  def remote_response(message, chat_history):
137
  bot_message = ""
138
  language = "en"
139
+ response = conversational_rag_chain.invoke({"input": question, 'language': language},config={"configurable": {"session_id": "abc123"}},)
140
  return response
141
 
142
  # Gradio interface