Update pages/type_text.py
Browse files- pages/type_text.py +2 -2
pages/type_text.py
CHANGED
@@ -12,9 +12,9 @@ os.getenv("HF_TOKEN")
|
|
12 |
|
13 |
hide_streamlit_style = """
|
14 |
<style>
|
15 |
-
div[
|
16 |
visibility: visible;
|
17 |
-
height: auto;
|
18 |
position: sticky;
|
19 |
}
|
20 |
|
|
|
12 |
|
13 |
hide_streamlit_style = """
|
14 |
<style>
|
15 |
+
div[data-testid="stMainMenu"]{
|
16 |
visibility: visible;
|
17 |
+
#height: auto;
|
18 |
position: sticky;
|
19 |
}
|
20 |
|