Spaces:
Build error
Build error
Change Title color
Browse files
app.py
CHANGED
@@ -56,10 +56,10 @@ 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=school_of_athens.jpg')}") as demo:
|
60 |
gr.Markdown("""
|
61 |
# Ask a Philsopher
|
62 |
-
"""
|
63 |
)
|
64 |
with gr.Row():
|
65 |
with gr.Column():
|
|
|
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=school_of_athens.jpg')} #title{color: white}") as demo:
|
60 |
gr.Markdown("""
|
61 |
# Ask a Philsopher
|
62 |
+
""", elem_id="title"
|
63 |
)
|
64 |
with gr.Row():
|
65 |
with gr.Column():
|