suriya7 commited on
Commit
222268a
·
verified ·
1 Parent(s): b6a4901

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,6 +55,6 @@ if submit:
55
  st.subheader("Generated Code:")
56
  st.code(code, language='html')
57
 
58
- # Render the HTML Output
59
  st.subheader("Rendered HTML Output:")
60
- st.components.v1.html(code, height=500, scrolling=True)
 
55
  st.subheader("Generated Code:")
56
  st.code(code, language='html')
57
 
58
+ # Render the HTML Output with larger dimensions
59
  st.subheader("Rendered HTML Output:")
60
+ st.components.v1.html(code, height=800, width=1200, scrolling=True)