Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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", "
|
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>")
|