Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -315,6 +315,7 @@ with tab3:
|
|
| 315 |
st.success("This text appears positive!")
|
| 316 |
else:
|
| 317 |
st.warning("This text appears negative.")
|
|
|
|
| 318 |
|
| 319 |
# Enhanced Sidebar with branding and instructions
|
| 320 |
with st.sidebar:
|
|
|
|
| 315 |
st.success("This text appears positive!")
|
| 316 |
else:
|
| 317 |
st.warning("This text appears negative.")
|
| 318 |
+
|
| 319 |
|
| 320 |
# Enhanced Sidebar with branding and instructions
|
| 321 |
with st.sidebar:
|