jenkim25 commited on
Commit
35bee3d
·
verified ·
1 Parent(s): 1ff178d

background changes? (hopefully)

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,7 +90,7 @@ def cancel_inference():
90
  # Custom CSS for a fancy look
91
  custom_css = """
92
  #main-container {
93
- background-color: #cdebc5;
94
  font-family: 'Comic Neue', sans-serif;
95
  }
96
 
@@ -98,7 +98,7 @@ custom_css = """
98
  max-width: 700px;
99
  margin: 0 auto;
100
  padding: 20px;
101
- background: light blue;
102
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
103
  border-radius: 10px;
104
  }
 
90
  # Custom CSS for a fancy look
91
  custom_css = """
92
  #main-container {
93
+ background: #cdebc5;
94
  font-family: 'Comic Neue', sans-serif;
95
  }
96
 
 
98
  max-width: 700px;
99
  margin: 0 auto;
100
  padding: 20px;
101
+ background: #cdebc5;
102
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
103
  border-radius: 10px;
104
  }