Spaces:
Running
Running
remove button
Browse files
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__":
|