Update crs_arena/streamlit_app.py
Browse files
crs_arena/streamlit_app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
"""Streamlit app for the CRS Arena project."""
|
2 |
|
3 |
import streamlit as st
|
|
|
4 |
|
5 |
# Streamlit app
|
6 |
st.set_page_config(page_title="CRS Arena", layout="wide")
|
|
|
1 |
"""Streamlit app for the CRS Arena project."""
|
2 |
|
3 |
import streamlit as st
|
4 |
+
from src.model.crb_crs.recommender import *
|
5 |
|
6 |
# Streamlit app
|
7 |
st.set_page_config(page_title="CRS Arena", layout="wide")
|