Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,5 +56,6 @@ if submit:
|
|
56 |
st.code(code, language='html')
|
57 |
|
58 |
# Render the HTML Output with larger dimensions
|
59 |
-
st.
|
60 |
-
|
|
|
|
56 |
st.code(code, language='html')
|
57 |
|
58 |
# Render the HTML Output with larger dimensions
|
59 |
+
if st.button("Render This Code In Html"):
|
60 |
+
st.subheader("Rendered HTML Output:")
|
61 |
+
st.components.v1.html(code, height=1000, width=1500, scrolling=True)
|