neerajkalyank commited on
Commit
b669120
·
verified ·
1 Parent(s): 1a70d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -133,7 +133,8 @@ body {
133
  max-width: 800px;
134
  margin: 0 auto;
135
  padding: 20px;
136
- background-color: #333;
 
137
  border-radius: 10px;
138
  color: #ffffff;
139
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
@@ -187,7 +188,7 @@ textarea {
187
  }
188
 
189
  .gr-tab {
190
- background-color: #222;
191
  border-radius: 8px;
192
  }
193
 
 
133
  max-width: 800px;
134
  margin: 0 auto;
135
  padding: 20px;
136
+ background: url('background.png') no-repeat center center fixed;
137
+ background-size: cover; /* Adjusts to cover the entire container */
138
  border-radius: 10px;
139
  color: #ffffff;
140
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
 
188
  }
189
 
190
  .gr-tab {
191
+ background-color: rgba(34, 34, 34, 0.8); /* Semi-transparent to see the background */
192
  border-radius: 8px;
193
  }
194