Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
import requests
|
3 |
-
|
4 |
st.set_page_config(layout="wide", page_title="Introduction", page_icon="⭐")
|
5 |
|
6 |
@st.cache_data(ttl=600)
|
|
|
1 |
import streamlit as st
|
2 |
import requests
|
|
|
3 |
st.set_page_config(layout="wide", page_title="Introduction", page_icon="⭐")
|
4 |
|
5 |
@st.cache_data(ttl=600)
|