Stepheni12 commited on
Commit
33bfd7e
·
1 Parent(s): 3856123

I think i get it

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,7 +36,7 @@ def query_episodes(query, n_results):
36
  border-radius: 8px;
37
  overflow: hidden;
38
  margin-bottom: 20px;
39
- /* color: #ffffff;
40
  }
41
 
42
  .episode-title {
@@ -59,7 +59,7 @@ def query_episodes(query, n_results):
59
 
60
  .paragraph-number {
61
  font-size: 18px;
62
- /* color: #ffffff;
63
  margin-bottom: 8px;
64
  }
65
 
 
36
  border-radius: 8px;
37
  overflow: hidden;
38
  margin-bottom: 20px;
39
+ color: #ffffff;
40
  }
41
 
42
  .episode-title {
 
59
 
60
  .paragraph-number {
61
  font-size: 18px;
62
+ color: #ffffff;
63
  margin-bottom: 8px;
64
  }
65