Spaces:
Runtime error
Runtime error
ayush-vatsal
commited on
Commit
•
3550152
1
Parent(s):
2503d1b
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,8 @@ st.set_page_config(
|
|
12 |
page_icon='',
|
13 |
layout='wide'
|
14 |
)
|
|
|
|
|
15 |
|
16 |
@st.cache(allow_output_mutation=True,suppress_st_warning=True)
|
17 |
def get_model():
|
|
|
12 |
page_icon='',
|
13 |
layout='wide'
|
14 |
)
|
15 |
+
project = hopsworks.login()
|
16 |
+
fs = project.get_feature_store()
|
17 |
|
18 |
@st.cache(allow_output_mutation=True,suppress_st_warning=True)
|
19 |
def get_model():
|