Spaces:
Sleeping
Sleeping
Commit
·
6054f64
1
Parent(s):
33bfd7e
testing colors
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def query_episodes(query, n_results):
|
|
| 17 |
<style>
|
| 18 |
body {
|
| 19 |
font-family: 'Roboto', sans-serif;
|
| 20 |
-
background-color: #000000;
|
| 21 |
margin: 0;
|
| 22 |
padding: 20px; /* Add padding to the body to separate it from the podcast container */
|
| 23 |
box-sizing: border-box;
|
|
@@ -89,7 +89,7 @@ def query_episodes(query, n_results):
|
|
| 89 |
for idx in range(n_results):
|
| 90 |
output += """
|
| 91 |
<div class="episode-container">
|
| 92 |
-
<div class="episode-title">Episode
|
| 93 |
<div class="episode-content">
|
| 94 |
<div class="paragraph-number">Paragraph: {}</div>
|
| 95 |
<div class="paragraph-text">
|
|
|
|
| 17 |
<style>
|
| 18 |
body {
|
| 19 |
font-family: 'Roboto', sans-serif;
|
| 20 |
+
/* background-color: #000000; */
|
| 21 |
margin: 0;
|
| 22 |
padding: 20px; /* Add padding to the body to separate it from the podcast container */
|
| 23 |
box-sizing: border-box;
|
|
|
|
| 89 |
for idx in range(n_results):
|
| 90 |
output += """
|
| 91 |
<div class="episode-container">
|
| 92 |
+
<div class="episode-title">Episode: {}</div>
|
| 93 |
<div class="episode-content">
|
| 94 |
<div class="paragraph-number">Paragraph: {}</div>
|
| 95 |
<div class="paragraph-text">
|