Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
mohsin-devs
/
Bankbot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Bankbot
/
frontend
/
src
/
app
/
documents
/
page.tsx
mohsin-devs
feat: remove Documents nav + add in-app Documentation page + BANKBOT_DOCUMENTATION.txt
88fa3b1
about 1 month ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
188 Bytes
import
{ redirect }
from
"next/navigation"
;
// Documents section removed — AI file analysis is now in the Chat page
export
default
function
DocumentsRedirect
(
) {
redirect
(
"/chat"
);
}