CCockrum commited on
Commit
360ff2a
·
verified ·
1 Parent(s): 8babc85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -21,13 +21,17 @@ body {
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: 'Myriad', serif !important;
27
  font-size: 1.8rem !important;
28
  font-weight: bold !important;
29
  text-align: center !important;
 
30
  }
 
 
 
31
  """
32
 
33
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
 
21
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
22
  overflow-y: auto;
23
  }
24
+ .gradio-container .chatbot h1 {
25
+ color: var(--custom-title-color) !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
+ margin-bottom: 1rem !important;
31
  }
32
+
33
+ /* Fallback font import */
34
+ @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');
35
  """
36
 
37
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")