akhaliq HF Staff commited on
Commit
8f1230c
·
1 Parent(s): 864cd61

remove button

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -52,10 +52,7 @@ with gr.Blocks(title="DeepSearch - AI Search Assistant") as demo:
52
  ],
53
  title="DeepSearch Chat",
54
  description="Ask me anything!",
55
- theme=gr.themes.Soft(),
56
- retry_btn=None,
57
- undo_btn=None,
58
- clear_btn="Clear",
59
  )
60
 
61
  if __name__ == "__main__":
 
52
  ],
53
  title="DeepSearch Chat",
54
  description="Ask me anything!",
55
+ theme=gr.themes.Soft()
 
 
 
56
  )
57
 
58
  if __name__ == "__main__":