CCockrum commited on
Commit
dbaa4dc
·
verified ·
1 Parent(s): e972600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -10,25 +10,23 @@ body {
10
  background-size: cover;
11
  background-position: center;
12
  background-repeat: no-repeat;
13
- font-family: 'Noto Sans JP', sans-serif;
14
  }
15
  #chat-panel {
16
  background-color: rgba(255, 255, 255, 0.85);
17
  padding: 2rem;
18
  border-radius: 12px;
19
  max-width: 700px;
20
- height: 90vh;
21
  margin: auto;
22
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
23
  overflow-y: auto;
24
  }
25
- .markdown-element h2 {
26
  color: #d63384 !important;
27
  font-family: 'Playfair Display', serif !important;
28
  font-size: 1.8rem !important;
29
  font-weight: bold !important;
30
  text-align: center !important;
31
- margin-bottom: 1rem !important;
32
  }
33
  """
34
 
 
10
  background-size: cover;
11
  background-position: center;
12
  background-repeat: no-repeat;
 
13
  }
14
  #chat-panel {
15
  background-color: rgba(255, 255, 255, 0.85);
16
  padding: 2rem;
17
  border-radius: 12px;
18
  max-width: 700px;
19
+ height: 70vh;
20
  margin: auto;
21
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
22
  overflow-y: auto;
23
  }
24
+ .gradio-container .chatbot .header {
25
  color: #d63384 !important;
26
  font-family: 'Playfair Display', serif !important;
27
  font-size: 1.8rem !important;
28
  font-weight: bold !important;
29
  text-align: center !important;
 
30
  }
31
  """
32