Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,7 @@ import awesome_streamlit as ast
|
|
2 |
import streamlit as st
|
3 |
from transformers import pipeline
|
4 |
|
5 |
-
|
6 |
-
import apps.sentiment
|
7 |
|
8 |
|
9 |
st.set_page_config(
|
|
|
2 |
import streamlit as st
|
3 |
from transformers import pipeline
|
4 |
|
5 |
+
import hsd_tr
|
|
|
6 |
|
7 |
|
8 |
st.set_page_config(
|