Spaces:
Running
Running
Update frontend.py
Browse files- frontend.py +1 -1
frontend.py
CHANGED
@@ -96,7 +96,7 @@ tab1, tab2 = st.tabs(["π§ Single Review", "π Bulk CSV"])
|
|
96 |
# --- SINGLE REVIEW ---
|
97 |
with tab1:
|
98 |
st.title("π§ NeuroPulse AI β Multimodal Review Analyzer")
|
99 |
-
st.markdown("<div style='font-size:16px;color:#888;'>Minimum 50
|
100 |
|
101 |
review = st.text_area("π Enter Review", value=st.session_state.review, height=180)
|
102 |
|
|
|
96 |
# --- SINGLE REVIEW ---
|
97 |
with tab1:
|
98 |
st.title("π§ NeuroPulse AI β Multimodal Review Analyzer")
|
99 |
+
st.markdown("<div style='font-size:16px;color:#888;'>Minimum 20β50 words recommended.</div>", unsafe_allow_html=True)
|
100 |
|
101 |
review = st.text_area("π Enter Review", value=st.session_state.review, height=180)
|
102 |
|