Spaces:
Sleeping
Sleeping
Commit
·
7f94b27
1
Parent(s):
0727d5a
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from utils import *
|
| 3 |
import uuid
|
| 4 |
-
|
| 5 |
#Creating session variables
|
| 6 |
if 'unique_id' not in st.session_state:
|
| 7 |
st.session_state['unique_id'] =''
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from utils import *
|
| 3 |
import uuid
|
| 4 |
+
#https://streamlit-emoji-shortcodes-streamlit-app-gwckff.streamlit.app/
|
| 5 |
#Creating session variables
|
| 6 |
if 'unique_id' not in st.session_state:
|
| 7 |
st.session_state['unique_id'] =''
|