Stepheni12 commited on
Commit
aef8599
·
1 Parent(s): b41c793

testing colors 3

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ def query_episodes(query, n_results):
17
  <style>
18
  body {
19
  font-family: 'Roboto', sans-serif;
 
20
  margin: 0;
21
  padding: 20px; /* Add padding to the body to separate it from the podcast container */
22
  box-sizing: border-box;
 
17
  <style>
18
  body {
19
  font-family: 'Roboto', sans-serif;
20
+ background-color: #ffffff;
21
  margin: 0;
22
  padding: 20px; /* Add padding to the body to separate it from the podcast container */
23
  box-sizing: border-box;