mirror of
https://github.com/harivansh-afk/RAG-ui.git
synced 2026-04-15 04:03:30 +00:00
some more ui updates 2
This commit is contained in:
parent
7dda2e20d0
commit
002ab0ea98
3 changed files with 3 additions and 3 deletions
2
.env
2
.env
|
|
@ -2,7 +2,7 @@ VITE_SUPABASE_URL=https://nvatjthzedykhikmttot.supabase.co
|
|||
VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im52YXRqdGh6ZWR5a2hpa210dG90Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzM1OTYxOTMsImV4cCI6MjA0OTE3MjE5M30.u4euR8U-XxxvOdLFmWJD2yrd4E_MPMt_X1yqRrDTF2I
|
||||
|
||||
# N8N Configuration
|
||||
VITE_N8N_WEBHOOK_URL=https://harivansh.app.n8n.cloud/webhook/chat-webhoo
|
||||
VITE_N8N_WEBHOOK_URL=https://harivansh.app.n8n.cloud/webhook/chat-webhook
|
||||
VITE_N8N_UPLOAD_WEBHOOK_URL=https://harivansh.app.n8n.cloud/webhook/upload-webhook
|
||||
|
||||
# Google Drive Configuration
|
||||
|
|
|
|||
|
|
@ -60,6 +60,6 @@
|
|||
|
||||
@layer utilities {
|
||||
.gradient-text {
|
||||
@apply bg-clip-text text-transparent bg-gradient-to-r from-primary to-purple-400;
|
||||
@apply bg-clip-text text-transparent bg-gradient-to-r from-[#9333EA] to-[#A855F7];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@ export default function AskQuestion() {
|
|||
</div>
|
||||
|
||||
{/* Main Chat Container - Added pb-20 to create space at bottom */}
|
||||
<div className="flex-1 bg-background rounded-lg mx-4 flex flex-col min-h-0 pb-20">
|
||||
<div className="flex-1 bg-background rounded-lg mx-4 flex flex-col min-h-0">
|
||||
{/* Messages Container */}
|
||||
<div className="flex-1 overflow-y-auto">
|
||||
{error && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue