prashantmatlani commited on
Commit
da684b4
·
1 Parent(s): 55b94d4

ui update

Browse files
Files changed (1) hide show
  1. styles.css +19 -6
styles.css CHANGED
@@ -1,11 +1,24 @@
1
 
2
 
3
- .sidebar {
4
- background-color: #f8f9fa;
5
- border-right: 1px solid #ddd;
6
- height: 100vh;
7
  }
8
 
9
- .chatbot-container {
10
- border-radius: 15px !important;
 
11
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
 
3
+ /* styles.css */
4
+ .gradio-container {
5
+ max-width: 100% !important;
 
6
  }
7
 
8
+ #chat-window {
9
+ border: none !important;
10
+ background-color: #ffffff !important;
11
  }
12
+
13
+ /* Sidebar styling */
14
+ .secondary {
15
+ background-color: #f0f4f9 !important;
16
+ border-right: 1px solid #dee2e6 !important;
17
+ padding: 20px !important;
18
+ }
19
+
20
+ /* Make buttons look like modern UI */
21
+ button.primary {
22
+ background: #007bff !important;
23
+ border: none !important;
24
+ }