Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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},
|