Spaces:
Runtime error
Runtime error
Harsh23Kashyap
commited on
Commit
·
e580080
1
Parent(s):
4306374
Update app.py
Browse files
app.py
CHANGED
@@ -177,11 +177,7 @@ if val==True:
|
|
177 |
|
178 |
|
179 |
st.markdown("""---""")
|
180 |
-
|
181 |
-
embedded_url = "https://my.spline.design/officedesktopsoundscopy-4a7644b04a1a7bb86ca68c27130e74ab/"
|
182 |
-
iframe_html = f'<iframe src="{embedded_url}" frameborder="0" width="100%" height="100%"></iframe>'
|
183 |
-
st.markdown(iframe_html, unsafe_allow_html=True)
|
184 |
-
|
185 |
#Describing data
|
186 |
st.subheader('Data from 2008 to '+str(end.year))
|
187 |
st.write(df.describe())
|
|
|
177 |
|
178 |
|
179 |
st.markdown("""---""")
|
180 |
+
|
|
|
|
|
|
|
|
|
181 |
#Describing data
|
182 |
st.subheader('Data from 2008 to '+str(end.year))
|
183 |
st.write(df.describe())
|