czczup commited on
Commit
f722ddf
·
verified ·
1 Parent(s): 55d8c9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -19
app.py CHANGED
@@ -2,25 +2,6 @@ import streamlit as st
2
 
3
  st.set_page_config(layout="wide")
4
 
5
- # Custom CSS to make the iframe full screen
6
- st.markdown(
7
- """
8
- <style>
9
- .fullScreenFrame > iframe {
10
- position: absolute;
11
- width: 100%;
12
- height: 100%;
13
- border: none;
14
- }
15
- .main > div {
16
- padding: 0;
17
- height: 100vh;
18
- }
19
- </style>
20
- """,
21
- unsafe_allow_html=True,
22
- )
23
-
24
  # Embed the external Streamlit webpage
25
  st.markdown(
26
  """
 
2
 
3
  st.set_page_config(layout="wide")
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  # Embed the external Streamlit webpage
6
  st.markdown(
7
  """