Spaces:
Sleeping
Sleeping
correction
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ from sklearn.preprocessing import normalize
|
|
| 16 |
st.set_page_config(
|
| 17 |
page_title="Image Captioning Refinement Fusion System",
|
| 18 |
layout="wide",
|
| 19 |
-
|
| 20 |
)
|
| 21 |
|
| 22 |
JINA_KEY = os.environ.get("JINA_KEY", "")
|
|
|
|
| 16 |
st.set_page_config(
|
| 17 |
page_title="Image Captioning Refinement Fusion System",
|
| 18 |
layout="wide",
|
| 19 |
+
initial_sidebar_state="expanded"
|
| 20 |
)
|
| 21 |
|
| 22 |
JINA_KEY = os.environ.get("JINA_KEY", "")
|