Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ def get_similar_quotes(philosopher, question):
|
|
| 56 |
def main(question, philosopher):
|
| 57 |
return ask_philosopher(philosopher, question), get_similar_quotes(philosopher, question)
|
| 58 |
|
| 59 |
-
with gr.Blocks(css=".gradio-container {background-image: url('file=
|
| 60 |
gr.Markdown("""
|
| 61 |
# Ask a Philsopher
|
| 62 |
""", elem_id="title"
|
|
|
|
| 56 |
def main(question, philosopher):
|
| 57 |
return ask_philosopher(philosopher, question), get_similar_quotes(philosopher, question)
|
| 58 |
|
| 59 |
+
with gr.Blocks(css=".gradio-container {background-image: url('file=mountains_resized.jpg')} #title{color: white}") as demo:
|
| 60 |
gr.Markdown("""
|
| 61 |
# Ask a Philsopher
|
| 62 |
""", elem_id="title"
|