KwabsHug commited on
Commit
348ee51
1 Parent(s): 0df12c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1342,7 +1342,7 @@ with gr.Blocks() as lliface: #theme=gr.themes.Glass(primary_hue='green', seconda
1342
  with gr.Accordion("Some prompt ideas", open=False):
1343
  with gr.Accordion("Prompts in text (Manual copy paste)", open=False):
1344
  gr.HTML(LLPromptIdeas)
1345
- gr.Interface(loadforcopybuttonllmpromptideas, inputs=None, outputs=["html", "code", "code", "code", "code", "code"])
1346
  chatspace = gr.HTML("Chat Space Chosen will load here")
1347
  chatspacebtn.click(display_website, inputs=linktochat, outputs=chatspace)
1348
  gr.HTML("<div style='display: flex; justify-content: center; align-items: center; height: 100%;'><a href='https://github.com/KillianLucas/open-interpreter'> -- Open Interpreter = Function Calling Killer = (Almost) All functions are now just prompt engineering away from existing = Modding any app in the world especially games = custom learning environments -- </a> | </div>")
 
1342
  with gr.Accordion("Some prompt ideas", open=False):
1343
  with gr.Accordion("Prompts in text (Manual copy paste)", open=False):
1344
  gr.HTML(LLPromptIdeas)
1345
+ gr.Interface(loadforcopybuttonllmpromptideas, inputs=None, outputs=["html", "text", "text", "text", "text", "text"])
1346
  chatspace = gr.HTML("Chat Space Chosen will load here")
1347
  chatspacebtn.click(display_website, inputs=linktochat, outputs=chatspace)
1348
  gr.HTML("<div style='display: flex; justify-content: center; align-items: center; height: 100%;'><a href='https://github.com/KillianLucas/open-interpreter'> -- Open Interpreter = Function Calling Killer = (Almost) All functions are now just prompt engineering away from existing = Modding any app in the world especially games = custom learning environments -- </a> | </div>")