hassan773 commited on
Commit
4be4d09
·
verified ·
1 Parent(s): 4c79675

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,7 +16,7 @@ custom_css = """
16
 
17
  /* Chatbot Panel Styles */
18
  #chatbot-window {
19
- height: 70vh !important;
20
  border-radius: 12px;
21
  border: 1px solid #e0e0e0;
22
  background: white;
@@ -33,7 +33,7 @@ custom_css = """
33
  /* Sidebar styling */
34
  .sidebar-panel {
35
  background-color: rgba(128, 128, 128, 0.05);
36
- padding: 10px !important;
37
  border-radius: 12px;
38
  min-width: 290px !important;
39
  }
 
16
 
17
  /* Chatbot Panel Styles */
18
  #chatbot-window {
19
+ height: 68vh !important;
20
  border-radius: 12px;
21
  border: 1px solid #e0e0e0;
22
  background: white;
 
33
  /* Sidebar styling */
34
  .sidebar-panel {
35
  background-color: rgba(128, 128, 128, 0.05);
36
+ padding: 15px !important;
37
  border-radius: 12px;
38
  min-width: 290px !important;
39
  }