Ilayr222 commited on
Commit
480be44
·
verified ·
1 Parent(s): 5dbc265

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def to_csv_bytes(df):
162
  return buf.getvalue().encode("utf-8")
163
 
164
  # === UI ===
165
- THEME = gr.themes.Soft(primary_hue="blue", radius_scale=1.0)
166
  CSS = """
167
  #title { text-align:center; }
168
  .card { border-radius:16px; padding:14px; background:#fff; }
 
162
  return buf.getvalue().encode("utf-8")
163
 
164
  # === UI ===
165
+ THEME = gr.themes.Soft(primary_hue="blue")
166
  CSS = """
167
  #title { text-align:center; }
168
  .card { border-radius:16px; padding:14px; background:#fff; }