kamale48 commited on
Commit
57b90dc
·
verified ·
1 Parent(s): 20486db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ query = "What is generative AI"
127
  result = conversation_chain.invoke({"question":query})
128
  print(result["answer"])
129
 
130
- # Wrapping that in a function
131
 
132
  def chat(message, history):
133
  result = conversation_chain.invoke({"question": message})
 
127
  result = conversation_chain.invoke({"question":query})
128
  print(result["answer"])
129
 
130
+ # Wrapping that in function
131
 
132
  def chat(message, history):
133
  result = conversation_chain.invoke({"question": message})