eliwill commited on
Commit
26b7e20
·
1 Parent(s): 40158ce

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-color: red}") as demo:
60
  gr.Markdown("""
61
  # Ask a Philsopher
62
  """
 
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
  """