Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ dataset['test'] = split_dataset['test']
|
|
24 |
example_images = {
|
25 |
"Example 1": "example_3.png",
|
26 |
"Example 2": "example_2.png",
|
27 |
-
"Example 3": "
|
28 |
}
|
29 |
|
30 |
def create_url_from_title(title: str, timestamp: int):
|
|
|
24 |
example_images = {
|
25 |
"Example 1": "example_3.png",
|
26 |
"Example 2": "example_2.png",
|
27 |
+
"Example 3": "example_1.png"
|
28 |
}
|
29 |
|
30 |
def create_url_from_title(title: str, timestamp: int):
|