watagassy commited on
Commit
2aff399
·
verified ·
1 Parent(s): 509c5bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,7 +66,7 @@ class CustomTheme(Base):
66
  spacing_size: sizes.Size | str = sizes.spacing_md,
67
  radius_size: sizes.Size | str = sizes.radius_md,
68
  text_size: sizes.Size | str = sizes.text_lg, # フォントサイズを大きく設定
69
- font: fonts.Font
70
  | str
71
  | list[fonts.Font | str] = (
72
  fonts.GoogleFont("IBM Plex Sans"),
@@ -102,7 +102,7 @@ CSS ="""
102
  #textbox { flex-grow: 1; overflow: auto; resize: vertical;}
103
  .secondary {background-color: #6366f1; }
104
  #full-width-button { width: 100%; }
105
- #search-result { overflow-y: auto !important; font-size:18px !important; font-weight:500 !important; background-color: black !important; color: white !important;}
106
  #question-box { font-size:18px !important; font-weight:500 !important; }
107
  """
108
  #with gr.Blocks() as demo:
 
66
  spacing_size: sizes.Size | str = sizes.spacing_md,
67
  radius_size: sizes.Size | str = sizes.radius_md,
68
  text_size: sizes.Size | str = sizes.text_lg, # フォントサイズを大きく設定
69
+ # font: fonts.Font
70
  | str
71
  | list[fonts.Font | str] = (
72
  fonts.GoogleFont("IBM Plex Sans"),
 
102
  #textbox { flex-grow: 1; overflow: auto; resize: vertical;}
103
  .secondary {background-color: #6366f1; }
104
  #full-width-button { width: 100%; }
105
+ #search-result { overflow-y: auto !important; font-size:18px !important; font-weight:500 !important;}
106
  #question-box { font-size:18px !important; font-weight:500 !important; }
107
  """
108
  #with gr.Blocks() as demo: