raghav-gaggar commited on
Commit
ac64a34
·
verified ·
1 Parent(s): 3713a06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -102,11 +102,7 @@ def summarize_conversation(question):
102
  result = qa_chain({"query": question})
103
  return result["result"]
104
 
105
- examples = [[
106
- "Amanda: I baked cookies. Do you want some?
107
- Jerry: Sure!
108
- Amanda: I'll bring you tomorrow :-)"
109
- ]]
110
 
111
  # Create Gradio interface
112
  iface = gr.Interface(
 
102
  result = qa_chain({"query": question})
103
  return result["result"]
104
 
105
+ examples = [["Amanda: I baked cookies. Do you want some? \nJerry: Sure! \nAmanda: I'll bring you tomorrow :-)"]]
 
 
 
 
106
 
107
  # Create Gradio interface
108
  iface = gr.Interface(