reetk11 commited on
Commit
df2db63
·
verified ·
1 Parent(s): a0a38c9

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 "aestheticCampus.png"
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 "aestheticCampus.jpg"
133
 
134
  # Setup the Gradio Blocks interface with custom layout components
135
  with gr.Blocks(theme='freddyaboulton/test-blue') as demo: