Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from pyserini.search.lucene import LuceneSearcher
|
|
4 |
st.set_page_config(
|
5 |
page_title="Reddit CMV",
|
6 |
page_icon="π",
|
7 |
-
layout="
|
8 |
)
|
9 |
|
10 |
index_locations = {"shoe-sizes": "index/cmv'-shoe-sizes-should-be-the-same-for-both-men-and-women",
|
|
|
4 |
st.set_page_config(
|
5 |
page_title="Reddit CMV",
|
6 |
page_icon="π",
|
7 |
+
layout="wide"
|
8 |
)
|
9 |
|
10 |
index_locations = {"shoe-sizes": "index/cmv'-shoe-sizes-should-be-the-same-for-both-men-and-women",
|