prithivMLmods commited on
Commit
a7c4e43
·
verified ·
1 Parent(s): 7d0f94b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -125,7 +125,6 @@ demo = gr.ChatInterface(
125
  ["Difference between List comprehension and Lambda in Python lst = [x ** 2 for x in range (1, 11) if x % 2 == 1] print(lst)"],
126
  ["What happens when the sun goes down?"],
127
  ],
128
- cache_examp
129
  cache_examples=False,
130
  type="messages",
131
  description=DESCRIPTION,
 
125
  ["Difference between List comprehension and Lambda in Python lst = [x ** 2 for x in range (1, 11) if x % 2 == 1] print(lst)"],
126
  ["What happens when the sun goes down?"],
127
  ],
 
128
  cache_examples=False,
129
  type="messages",
130
  description=DESCRIPTION,