Spaces:
Runtime error
Runtime error
Commit
·
35840af
1
Parent(s):
0eaa384
Update app.py
Browse files
app.py
CHANGED
@@ -59,9 +59,12 @@ st.sidebar.subheader("Disclaimer/Limitations")
|
|
59 |
st.sidebar.write("The model only outputs sadness, joy, love, anger, fear, and surprise. With that said, it does not completely encompass the emotions that a human being feels, and the application only suggests a playlist based on the aforementioned emotions.")
|
60 |
|
61 |
st.sidebar.subheader("Performance Benchmarks")
|
62 |
-
table = [['Model', 'Accuracy', 'F1 Score', 'Test Sample per Second'], ['db','93.8','93.79','368.69']]
|
63 |
|
64 |
-
|
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
tester(emo)
|
|
|
59 |
st.sidebar.write("The model only outputs sadness, joy, love, anger, fear, and surprise. With that said, it does not completely encompass the emotions that a human being feels, and the application only suggests a playlist based on the aforementioned emotions.")
|
60 |
|
61 |
st.sidebar.subheader("Performance Benchmarks")
|
|
|
62 |
|
63 |
+
col1, col2, col3 = st.columns(3)
|
64 |
+
st.sidebar.col1.metric("Temperature", "70 °F", "1.2 °F")
|
65 |
+
st.sidebar.col2.metric("Wind", "9 mph", "-8%")
|
66 |
+
st.sidebar.col3.metric("Humidity", "86%", "4%")
|
67 |
+
|
68 |
|
69 |
|
70 |
tester(emo)
|