Spaces:
Sleeping
Sleeping
change bug
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ def main():
|
|
| 8 |
st.title("Happy Entity Checker")
|
| 9 |
raw_text = st.text_area("Enter Text Here", "Type Here")
|
| 10 |
if st.button("Analyze"):
|
| 11 |
-
st.subheader(f"{config.task} {
|
| 12 |
result = predict_sentiment(raw_text, config.task, "OMilosh/finetune_model")
|
| 13 |
st.markdown(result, unsafe_allow_html=True)
|
| 14 |
|
|
|
|
| 8 |
st.title("Happy Entity Checker")
|
| 9 |
raw_text = st.text_area("Enter Text Here", "Type Here")
|
| 10 |
if st.button("Analyze"):
|
| 11 |
+
st.subheader(f"{config.task} {'OMilosh/finetune_model'}")
|
| 12 |
result = predict_sentiment(raw_text, config.task, "OMilosh/finetune_model")
|
| 13 |
st.markdown(result, unsafe_allow_html=True)
|
| 14 |
|