Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ with tab2:
|
|
| 180 |
|
| 181 |
st.subheader("Details")
|
| 182 |
st.write(f"Confidence: {result['score']:.2f}")
|
| 183 |
-
|
| 184 |
|
| 185 |
with tab3:
|
| 186 |
st.header("Advanced Features")
|
|
|
|
| 180 |
|
| 181 |
st.subheader("Details")
|
| 182 |
st.write(f"Confidence: {result['score']:.2f}")
|
| 183 |
+
|
| 184 |
|
| 185 |
with tab3:
|
| 186 |
st.header("Advanced Features")
|