Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,15 +9,14 @@ st.markdown("""
|
|
9 |
</style>
|
10 |
""", unsafe_allow_html=True)
|
11 |
|
12 |
-
|
13 |
|
14 |
st.title('π & β‘π¨ππͺ«π‘')
|
15 |
st.title('AI-Apps for NLP tasks')
|
16 |
-
st.markdown(
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
"π² Generate some texts using your prompt"
|
21 |
)
|
22 |
|
23 |
|
|
|
9 |
</style>
|
10 |
""", unsafe_allow_html=True)
|
11 |
|
12 |
+
'''
|
13 |
|
14 |
st.title('π & β‘π¨ππͺ«π‘')
|
15 |
st.title('AI-Apps for NLP tasks')
|
16 |
+
st.markdown(f'''Here you can
|
17 |
+
π₯ Define sentiment of film review
|
18 |
+
β οΈ Access message toxicity
|
19 |
+
π² Generate some texts using your prompt'''
|
|
|
20 |
)
|
21 |
|
22 |
|