akhaliq HF Staff commited on
Commit
4cfd887
·
verified ·
1 Parent(s): e8c1290

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -52,9 +52,6 @@ demo = gr.ChatInterface(
52
  "Explain how recursion works in programming.",
53
  "What is the difference between a list and a tuple in Python?",
54
  ],
55
- retry_btn=None,
56
- undo_btn=None,
57
- clear_btn="Clear",
58
  theme=gr.themes.Soft(),
59
  )
60
 
 
52
  "Explain how recursion works in programming.",
53
  "What is the difference between a list and a tuple in Python?",
54
  ],
 
 
 
55
  theme=gr.themes.Soft(),
56
  )
57