awacke1 commited on
Commit
32f0712
Β·
verified Β·
1 Parent(s): cbc3902

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -58,7 +58,7 @@ st.set_page_config(
58
  PromptPrefix = 'Create a markdown outline and table for a graphic novel with appropriate emojis for image slide theme names for plates and rules defining the method steps of plot lines begin to end (in ten steps or so) for topic of '
59
  PromptPrefix2 = 'Create a streamlit python app with graphic novel features with art images and longer caption readings of mini stories, rhymes, songs and literary wit in form of graphic novels that are new and original. Show full code listing as streamlit app with procedural story telling based on functions variables and rules discussed in afformentioned method steps.. Create a UI implementing each feature using variables, reusable functions with parameters, and data driven application techniques using streamlit and/or gradio with python libraries and web components for Javascript and HTML5 including three.JS and Aframe if appropriate. Use appropriate emojis for all UI features and labels to focus on short list (1-3) lists of key parts, functions, relations, and conditions for topic: '
60
 
61
- st.markdown('''### πŸ“–βœ¨πŸ”GNAI! ''')
62
  roleplaying_glossary = {
63
  "πŸ§™β€β™‚οΈ Fantasy Realms": {
64
  "Kingdom Under Siege": ["Dark sorcery", "Dragon invasions", "Epic battles", "Quest for legendary artifacts", "Prophecies and destinies", "Betrayal and redemption"],
@@ -329,10 +329,12 @@ def create_download_link(filename, base64_str):
329
 
330
  # List of image URLs
331
  image_urls = [
 
 
 
332
  #"https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/gikaT871Mm8k6wuv4pl_g.png",
333
- "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/gv1xmIiXh1NGTeeV-cYF2.png",
334
- "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/2YsnDyc_nDNW71PPKozdN.png",
335
- "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/G_GkRD_IT3f14K7gWlbwi.png",
336
  #"https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/eGii5DvGIuCtWCU08_i-D.png",
337
  #"https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/2-KfxcuXRcTFiHf4XlNsX.png"
338
  ]
 
58
  PromptPrefix = 'Create a markdown outline and table for a graphic novel with appropriate emojis for image slide theme names for plates and rules defining the method steps of plot lines begin to end (in ten steps or so) for topic of '
59
  PromptPrefix2 = 'Create a streamlit python app with graphic novel features with art images and longer caption readings of mini stories, rhymes, songs and literary wit in form of graphic novels that are new and original. Show full code listing as streamlit app with procedural story telling based on functions variables and rules discussed in afformentioned method steps.. Create a UI implementing each feature using variables, reusable functions with parameters, and data driven application techniques using streamlit and/or gradio with python libraries and web components for Javascript and HTML5 including three.JS and Aframe if appropriate. Use appropriate emojis for all UI features and labels to focus on short list (1-3) lists of key parts, functions, relations, and conditions for topic: '
60
 
61
+ st.markdown('''### πŸ“–βœ¨πŸ”GraphicNovelAI ''')
62
  roleplaying_glossary = {
63
  "πŸ§™β€β™‚οΈ Fantasy Realms": {
64
  "Kingdom Under Siege": ["Dark sorcery", "Dragon invasions", "Epic battles", "Quest for legendary artifacts", "Prophecies and destinies", "Betrayal and redemption"],
 
329
 
330
  # List of image URLs
331
  image_urls = [
332
+ "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/wWLDCOgbmNI_PKWFKx15H.png",
333
+ "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/qG8n3EJKLflRnzqNAhD7g.png",
334
+ "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/S5Fd7LH_mBpD1Vtgypgh1.png",
335
  #"https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/gikaT871Mm8k6wuv4pl_g.png",
336
+ #"https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/2YsnDyc_nDNW71PPKozdN.png",
337
+ #"https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/G_GkRD_IT3f14K7gWlbwi.png",
 
338
  #"https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/eGii5DvGIuCtWCU08_i-D.png",
339
  #"https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/2-KfxcuXRcTFiHf4XlNsX.png"
340
  ]