Oysiyl commited on
Commit
e73b50c
·
verified ·
1 Parent(s): 4b59bb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -133,7 +133,6 @@ demo = gr.ChatInterface(
133
  ["In a neighborhood, the number of rabbits pets is twelve less than the combined number of pet dogs and cats. If there are two cats for every dog, and the number of dogs is 60, how many pets in total are in the neighborhood?"],
134
  ],
135
  cache_examples=False,
136
- examples_per_page=0,
137
  chatbot=gr.Chatbot(
138
  latex_delimiters=[
139
  {"left": "$$", "right": "$$", "display": True},
 
133
  ["In a neighborhood, the number of rabbits pets is twelve less than the combined number of pet dogs and cats. If there are two cats for every dog, and the number of dogs is 60, how many pets in total are in the neighborhood?"],
134
  ],
135
  cache_examples=False,
 
136
  chatbot=gr.Chatbot(
137
  latex_delimiters=[
138
  {"left": "$$", "right": "$$", "display": True},