eybro commited on
Commit
388f0db
·
verified ·
1 Parent(s): 7b8aa72

Update app.py

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