Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,6 @@ def load_file(file_name):
|
|
29 |
return content
|
30 |
|
31 |
def main():
|
32 |
-
st.set_page_config(page_title="Memory Flag System")
|
33 |
st.title("Memory Flag System")
|
34 |
|
35 |
client = Client("awacke1/Arxiv-Paper-Search-And-QA-RAG-Pattern")
|
|
|
29 |
return content
|
30 |
|
31 |
def main():
|
|
|
32 |
st.title("Memory Flag System")
|
33 |
|
34 |
client = Client("awacke1/Arxiv-Paper-Search-And-QA-RAG-Pattern")
|