awacke1 commited on
Commit
f9d4026
·
verified ·
1 Parent(s): 434a7b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(PromptPrefix)}{quote(k)}", # this url plus query!
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