eliwill commited on
Commit
48fa260
·
1 Parent(s): 26b7e20

Change Title color

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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():