Spaces:
Running
Running
Chidam Gopal
commited on
Commit
•
ac706b7
1
Parent(s):
c9ab972
updates
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ import streamlit.components.v1 as components
|
|
3 |
from infer_intent import IntentClassifier
|
4 |
import matplotlib.pyplot as plt
|
5 |
|
6 |
-
st.set_page_config(layout="wide")
|
7 |
st.title("Intent classifier")
|
8 |
|
9 |
@st.cache_resource
|
|
|
3 |
from infer_intent import IntentClassifier
|
4 |
import matplotlib.pyplot as plt
|
5 |
|
|
|
6 |
st.title("Intent classifier")
|
7 |
|
8 |
@st.cache_resource
|