seawolf2357 commited on
Commit
13afef8
·
verified ·
1 Parent(s): 5109662

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -164,13 +164,7 @@ interface = grad.Interface(
164
  allow_flagging='never',
165
  cache_examples=False,
166
  css=custom_css,
167
- theme=grad.themes.Base().set(
168
- primary_hue="purple",
169
- secondary_hue="purple",
170
- neutral_hue="gray",
171
- radius_size="lg",
172
- shadow_size="lg"
173
- )
174
  )
175
 
176
  # Launch the interface
 
164
  allow_flagging='never',
165
  cache_examples=False,
166
  css=custom_css,
167
+ theme="dark" # 테마 설정을 간단히 "dark"로 변경
 
 
 
 
 
 
168
  )
169
 
170
  # Launch the interface