Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,10 +3,10 @@ import gradio as gr
|
|
3 |
# # Define a list of word and translation pairs
|
4 |
word_translations = [
|
5 |
{
|
6 |
-
"word": "
|
7 |
"image_url": "https://example.com/image1.jpg",
|
8 |
-
"translation": "
|
9 |
-
"link": "https://
|
10 |
},
|
11 |
{
|
12 |
"word": "World",
|
|
|
3 |
# # Define a list of word and translation pairs
|
4 |
word_translations = [
|
5 |
{
|
6 |
+
"word": "željeti",
|
7 |
"image_url": "https://example.com/image1.jpg",
|
8 |
+
"translation": "want",
|
9 |
+
"link": "https://sh.wiktionary.org/wiki/%C5%BEeljeti"
|
10 |
},
|
11 |
{
|
12 |
"word": "World",
|