Krish Patel commited on
Commit
60631d5
Β·
1 Parent(s): e9db226

Enhanced frontend again

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ def main():
190
  # st.metric("Confidence", f"{gemini_conf}%")
191
 
192
  # Single expander for all analysis details
193
- with st.expander("Detailed Analysis"):
194
  try:
195
  # Text Classification
196
  st.subheader("πŸ“ Text Classification")
 
190
  # st.metric("Confidence", f"{gemini_conf}%")
191
 
192
  # Single expander for all analysis details
193
+ with st.expander("Click here to get Detailed Analysis"):
194
  try:
195
  # Text Classification
196
  st.subheader("πŸ“ Text Classification")