Spaces:
Runtime error
Runtime error
Commit
·
81ea8ea
1
Parent(s):
bd8cf8c
Update app.py
Browse files
app.py
CHANGED
@@ -7,12 +7,9 @@ import streamlit as st
|
|
7 |
|
8 |
|
9 |
st.header("stream your emotions")
|
10 |
-
st.
|
|
|
11 |
|
12 |
-
col1, col2, col3 = st.columns(3)
|
13 |
-
col1.metric("Temperature", "joy")
|
14 |
-
col2.metric("Wind", "sadness")
|
15 |
-
col3.metric("Humidity", "86%")
|
16 |
|
17 |
|
18 |
|
|
|
7 |
|
8 |
|
9 |
st.header("stream your emotions")
|
10 |
+
st.caption("i lovey you")
|
11 |
+
|
12 |
|
|
|
|
|
|
|
|
|
13 |
|
14 |
|
15 |
|