Update pages/type_text.py
Browse files- pages/type_text.py +1 -5
pages/type_text.py
CHANGED
@@ -9,15 +9,11 @@ import time
|
|
9 |
import os
|
10 |
os.getenv("HF_TOKEN")
|
11 |
|
12 |
-
import streamlit as st
|
13 |
-
import time
|
14 |
-
|
15 |
-
import streamlit as st
|
16 |
import time
|
17 |
import base64
|
18 |
|
19 |
# Create a solution using an iframe approach for truly sticky behavior
|
20 |
-
st.set_page_config(layout="wide")
|
21 |
|
22 |
# Define the HTML content for an iframe with sticky header
|
23 |
def get_iframe_html(iframe_height=100):
|
|
|
9 |
import os
|
10 |
os.getenv("HF_TOKEN")
|
11 |
|
|
|
|
|
|
|
|
|
12 |
import time
|
13 |
import base64
|
14 |
|
15 |
# Create a solution using an iframe approach for truly sticky behavior
|
16 |
+
#st.set_page_config(layout="wide")
|
17 |
|
18 |
# Define the HTML content for an iframe with sticky header
|
19 |
def get_iframe_html(iframe_height=100):
|