Spaces:
Runtime error
Runtime error
added worldmap image
Browse files- app.py +6 -0
- local_files/.DS_Store +0 -0
app.py
CHANGED
@@ -23,7 +23,13 @@ st.markdown(
|
|
23 |
- `Paper search` looks for relevant papers given an arxiv id or a question.
|
24 |
- `Arxiv embedding` shows the landscape of current galaxy evolution papers (astro-ph.GA)
|
25 |
- `QA sources` brings it all together to give concise answers to questions with primary sources and relevant papers.
|
|
|
|
|
|
|
|
|
26 |
|
|
|
|
|
27 |
### Coming soon:
|
28 |
- [AstroLLaMA](https://huggingface.co/spaces/universeTBD/astrollama) embeddings!
|
29 |
- export results
|
|
|
23 |
- `Paper search` looks for relevant papers given an arxiv id or a question.
|
24 |
- `Arxiv embedding` shows the landscape of current galaxy evolution papers (astro-ph.GA)
|
25 |
- `QA sources` brings it all together to give concise answers to questions with primary sources and relevant papers.
|
26 |
+
"""
|
27 |
+
)
|
28 |
+
|
29 |
+
st.image('https://drive.google.com/uc?id=1yQQCdlgnFzi-_yOMplGIqEyPKJhIsZpO&export=download')
|
30 |
|
31 |
+
st.markdown(
|
32 |
+
"""
|
33 |
### Coming soon:
|
34 |
- [AstroLLaMA](https://huggingface.co/spaces/universeTBD/astrollama) embeddings!
|
35 |
- export results
|
local_files/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|