Spaces:
Running
Running
Krish Patel
commited on
Commit
Β·
60631d5
1
Parent(s):
e9db226
Enhanced frontend again
Browse files
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")
|