Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def load_file(file_name):
|
|
64 |
return content
|
65 |
|
66 |
def search_arxiv(query):
|
67 |
-
st.title("▶️ Memory
|
68 |
|
69 |
client = Client("awacke1/Arxiv-Paper-Search-And-QA-RAG-Pattern")
|
70 |
|
@@ -619,6 +619,8 @@ Example: letter_queue = deque(random.sample(string.ascii_uppercase, 10))"""
|
|
619 |
|
620 |
|
621 |
|
|
|
|
|
622 |
# ------------------------------------------------------------------------------------Thx----------
|
623 |
|
624 |
|
@@ -661,8 +663,6 @@ Example: letter_queue = deque(random.sample(string.ascii_uppercase, 10))"""
|
|
661 |
st.write('🔍Run 4 is Complete.')
|
662 |
|
663 |
|
664 |
-
arxivmain(query)
|
665 |
-
|
666 |
#PromptPrefix2 = 'Create a streamlit python user app with full code listing to create a UI implementing the plans, structure, situations and tables as python functions creating a word game with parts of speech and humorous word play which operates like word game rules and creates a compelling fun story using streamlit to create user interface elements like emoji buttons, sliders, drop downs, and data interfaces like dataframes to show tables, session_state to track inventory, character advancement and experience, locations, file_uploader to allow the user to add images which are saved and referenced shown in gallery, camera_input to take character picture, on_change = function callbacks with continual running plots that change when you change data or click a button, randomness and word and letter rolls using emojis and st.markdown, st.expander for groupings and clusters of things, st.columns and other UI controls in streamlit as a game. Create inline data tables and list dictionaries for entities implemented as variables for the word game rule entities and stats. Design it as a fun data driven game app and show full python code listing for this ruleset and thematic story plot line: '
|
667 |
#PromptPrefix3 = 'Create a HTML5 aframe and javascript app using appropriate libraries to create a word game simulation with advanced libraries like aframe to render 3d scenes creating moving entities that stay within a bounding box but show text and animation in 3d for inventory, components and story entities. Show full code listing. Add a list of new random entities say 3 of a few different types to any list appropriately and use emojis to make things easier and fun to read. Use appropriate emojis in labels. Create the UI to implement storytelling in the style of a dungeon master, with features using three emoji appropriate text plot twists and recurring interesting funny fascinating and complex almost poetic named characters with genius traits and file IO, randomness, ten point choice lists, math distribution tradeoffs, witty humorous dilemnas with emoji , rewards, variables, reusable functions with parameters, and data driven app with python libraries and streamlit components for Javascript and HTML5. Use appropriate emojis for labels to summarize and list parts, function, conditions for topic:'
|
668 |
|
|
|
64 |
return content
|
65 |
|
66 |
def search_arxiv(query):
|
67 |
+
st.title("▶️ Semantic and Episodic Memory System")
|
68 |
|
69 |
client = Client("awacke1/Arxiv-Paper-Search-And-QA-RAG-Pattern")
|
70 |
|
|
|
619 |
|
620 |
|
621 |
|
622 |
+
arxivmain(query)
|
623 |
+
|
624 |
# ------------------------------------------------------------------------------------Thx----------
|
625 |
|
626 |
|
|
|
663 |
st.write('🔍Run 4 is Complete.')
|
664 |
|
665 |
|
|
|
|
|
666 |
#PromptPrefix2 = 'Create a streamlit python user app with full code listing to create a UI implementing the plans, structure, situations and tables as python functions creating a word game with parts of speech and humorous word play which operates like word game rules and creates a compelling fun story using streamlit to create user interface elements like emoji buttons, sliders, drop downs, and data interfaces like dataframes to show tables, session_state to track inventory, character advancement and experience, locations, file_uploader to allow the user to add images which are saved and referenced shown in gallery, camera_input to take character picture, on_change = function callbacks with continual running plots that change when you change data or click a button, randomness and word and letter rolls using emojis and st.markdown, st.expander for groupings and clusters of things, st.columns and other UI controls in streamlit as a game. Create inline data tables and list dictionaries for entities implemented as variables for the word game rule entities and stats. Design it as a fun data driven game app and show full python code listing for this ruleset and thematic story plot line: '
|
667 |
#PromptPrefix3 = 'Create a HTML5 aframe and javascript app using appropriate libraries to create a word game simulation with advanced libraries like aframe to render 3d scenes creating moving entities that stay within a bounding box but show text and animation in 3d for inventory, components and story entities. Show full code listing. Add a list of new random entities say 3 of a few different types to any list appropriately and use emojis to make things easier and fun to read. Use appropriate emojis in labels. Create the UI to implement storytelling in the style of a dungeon master, with features using three emoji appropriate text plot twists and recurring interesting funny fascinating and complex almost poetic named characters with genius traits and file IO, randomness, ten point choice lists, math distribution tradeoffs, witty humorous dilemnas with emoji , rewards, variables, reusable functions with parameters, and data driven app with python libraries and streamlit components for Javascript and HTML5. Use appropriate emojis for labels to summarize and list parts, function, conditions for topic:'
|
668 |
|