matimatimati commited on
Commit
fbf8fa0
Β·
1 Parent(s): 4e74f98

final version

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -77,14 +77,6 @@ def save_votes_to_hub(votes: list[dict]):
77
 
78
  # ── CSS ───────────────────────────────────────────────────────────────────────
79
  CSS = """
80
- /* ── Base ── */
81
- body, .gradio-container {
82
- font-family: Arial, sans-serif;
83
- max-width: 1100px;
84
- margin: 0 auto;
85
- padding: 0 16px;
86
- }
87
-
88
  /* Light mode */
89
  @media (prefers-color-scheme: light) {
90
  body, .gradio-container { background: #f5f5f5; color: #111; }
 
77
 
78
  # ── CSS ───────────────────────────────────────────────────────────────────────
79
  CSS = """
 
 
 
 
 
 
 
 
80
  /* Light mode */
81
  @media (prefers-color-scheme: light) {
82
  body, .gradio-container { background: #f5f5f5; color: #111; }