eliwill commited on
Commit
9021966
·
1 Parent(s): bba38d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=school_of_athens.jpg')} #title{color: white}") as demo:
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.jpg')} #title{color: white}") as demo:
60
  gr.Markdown("""
61
  # Ask a Philsopher
62
  """, elem_id="title"