Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -392,8 +392,8 @@ def display_glossary_grid(roleplaying_glossary):
|
|
392 |
"▶️": lambda k: f"https://www.youtube.com/results?search_query={quote(k)}",
|
393 |
"🔎": lambda k: f"https://www.bing.com/search?q={quote(k)}",
|
394 |
"🎲": lambda k: f"https://huggingface.co/spaces/awacke1/GraphicAINovel?q={quote(k)}", # this url plus query!
|
395 |
-
"🃏": lambda k: f"https://huggingface.co/spaces/awacke1/GraphicAINovel?q={quote(
|
396 |
-
"📚": lambda k: f"https://huggingface.co/spaces/awacke1/GraphicAINovel?q={quote(PromptPrefix2)}", # this url plus query!
|
397 |
|
398 |
}
|
399 |
|
|
|
392 |
"▶️": lambda k: f"https://www.youtube.com/results?search_query={quote(k)}",
|
393 |
"🔎": lambda k: f"https://www.bing.com/search?q={quote(k)}",
|
394 |
"🎲": lambda k: f"https://huggingface.co/spaces/awacke1/GraphicAINovel?q={quote(k)}", # this url plus query!
|
395 |
+
"🃏": lambda k: f"https://huggingface.co/spaces/awacke1/GraphicAINovel?q={quote(k)}{quote(PromptPrefix)}", # this url plus query!
|
396 |
+
"📚": lambda k: f"https://huggingface.co/spaces/awacke1/GraphicAINovel?q={quote(k)}{quote(PromptPrefix2)}", # this url plus query!
|
397 |
|
398 |
}
|
399 |
|