Hasitha16 commited on
Commit
295b8c7
Β·
verified Β·
1 Parent(s): 079b663

Update frontend.py

Browse files
Files changed (1) hide show
  1. 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 words recommended.</div>", unsafe_allow_html=True)
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