fixing error streamlit
This commit is contained in:
parent
a5af848326
commit
4483ad6f27
|
@ -1,5 +1,5 @@
|
|||
import streamlit as st
|
||||
from backend import load_model_and_vectorizer, predict_sentiment
|
||||
# from backend import load_model_and_vectorizer, predict_sentiment
|
||||
|
||||
def app():
|
||||
# Dropdown untuk memilih model
|
||||
|
|
Loading…
Reference in New Issue