eybro commited on
Commit
b770f4c
·
verified ·
1 Parent(s): 09f23d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ dataset['test'] = split_dataset['test']
24
 
25
  # Example images
26
  example_images = {
27
- "Example 1": "examples/example_1.jpg",
28
  }
29
 
30
  def create_url_from_title(title: str, timestamp: int):
 
24
 
25
  # Example images
26
  example_images = {
27
+ "Example 1": "examples/example_1.png",
28
  }
29
 
30
  def create_url_from_title(title: str, timestamp: int):