Nol00 commited on
Commit
0632563
·
verified ·
1 Parent(s): e6206a7

Update crs_arena/streamlit_app.py

Browse files
Files changed (1) hide show
  1. crs_arena/streamlit_app.py +1 -0
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")