Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ st.set_page_config(
|
|
50 |
initial_sidebar_state="expanded",
|
51 |
menu_items={
|
52 |
'Get Help': 'https://huggingface.co/awacke1',
|
53 |
-
'Report a bug': "https://huggingface.co/spaces/awacke1/
|
54 |
'About': "# Midjourney: https://discord.com/channels/@me/997514686608191558"
|
55 |
}
|
56 |
)
|
@@ -446,7 +446,9 @@ def display_glossary_grid(roleplaying_glossary):
|
|
446 |
"🔍": lambda k: f"https://www.google.com/search?q={quote(k)}",
|
447 |
"▶️": lambda k: f"https://www.youtube.com/results?search_query={quote(k)}",
|
448 |
"🔎": lambda k: f"https://www.bing.com/search?q={quote(k)}",
|
449 |
-
"🎲": lambda k: f"https://huggingface.co/spaces/awacke1/
|
|
|
|
|
450 |
|
451 |
}
|
452 |
|
|
|
50 |
initial_sidebar_state="expanded",
|
51 |
menu_items={
|
52 |
'Get Help': 'https://huggingface.co/awacke1',
|
53 |
+
'Report a bug': "https://huggingface.co/spaces/awacke1/GraphicAINovel",
|
54 |
'About': "# Midjourney: https://discord.com/channels/@me/997514686608191558"
|
55 |
}
|
56 |
)
|
|
|
446 |
"🔍": lambda k: f"https://www.google.com/search?q={quote(k)}",
|
447 |
"▶️": lambda k: f"https://www.youtube.com/results?search_query={quote(k)}",
|
448 |
"🔎": lambda k: f"https://www.bing.com/search?q={quote(k)}",
|
449 |
+
"🎲": lambda k: f"https://huggingface.co/spaces/awacke1/GraphicAINovel?q={quote(k)}", # this url plus query!
|
450 |
+
"🃏": lambda k: f"https://huggingface.co/spaces/awacke1/GraphicAINovel?q={quote(k)} {PromptPrefix}", # this url plus query!
|
451 |
+
"📚": lambda k: f"https://huggingface.co/spaces/awacke1/GraphicAINovel?q={quote(k)} {PromptPrefix2}", # this url plus query!
|
452 |
|
453 |
}
|
454 |
|