Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,6 +55,13 @@ st.set_page_config(
|
|
55 |
}
|
56 |
)
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
experimentalSubProgram="""
|
59 |
|
60 |
import streamlit as st
|
|
|
55 |
}
|
56 |
)
|
57 |
|
58 |
+
|
59 |
+
st.markdown('
|
60 |
+
|
61 |
+

|
62 |
+
|
63 |
+
')
|
64 |
+
|
65 |
experimentalSubProgram="""
|
66 |
|
67 |
import streamlit as st
|