shawarmabytes commited on
Commit
b094923
·
1 Parent(s): 35840af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -60,12 +60,9 @@ st.sidebar.write("The model only outputs sadness, joy, love, anger, fear, and su
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)
71
 
 
60
 
61
  st.sidebar.subheader("Performance Benchmarks")
62
 
 
 
 
 
63
 
64
 
65
+ st.sidebar.metric(label="Temperature", value="70 °F", delta="1.2 °F")
66
 
67
  tester(emo)
68