Spaces:
Runtime error
Runtime error
fix
Browse files
app.py
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
import os
|
2 |
-
|
3 |
import streamlit as st
|
4 |
import streamlit.components.v1 as components
|
5 |
from datasets import load_dataset
|
6 |
-
|
7 |
|
8 |
st.set_page_config(page_title="Gaia Search", layout="wide")
|
9 |
|
|
|
1 |
import os
|
|
|
2 |
import streamlit as st
|
3 |
import streamlit.components.v1 as components
|
4 |
from datasets import load_dataset
|
5 |
+
from pyserini.search.lucene import LuceneSearcher
|
6 |
|
7 |
st.set_page_config(page_title="Gaia Search", layout="wide")
|
8 |
|