reetk11 commited on
Commit
3d01abb
·
verified ·
1 Parent(s): 3b0033c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ topics = """
129
  """
130
 
131
  def display_image():
132
- return "swarthmore-college-Eric-Behrens-flickr-5706ffe35f9b581408d48cb3.jpg"
133
 
134
  # Setup the Gradio Blocks interface with custom layout components
135
  with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
 
129
  """
130
 
131
  def display_image():
132
+ return "campus.png"
133
 
134
  # Setup the Gradio Blocks interface with custom layout components
135
  with gr.Blocks(theme='freddyaboulton/test-blue') as demo: