Update pages/type_text.py
Browse files- pages/type_text.py +1 -1
pages/type_text.py
CHANGED
@@ -10,7 +10,7 @@ import time
|
|
10 |
import os
|
11 |
|
12 |
# It's better practice to configure Streamlit page settings at the top
|
13 |
-
st.set_page_config(layout="wide")
|
14 |
|
15 |
os.getenv("HF_TOKEN")
|
16 |
|
|
|
10 |
import os
|
11 |
|
12 |
# It's better practice to configure Streamlit page settings at the top
|
13 |
+
#st.set_page_config(layout="wide")
|
14 |
|
15 |
os.getenv("HF_TOKEN")
|
16 |
|