Spaces:
Running
Running
James McCool
commited on
Commit
·
0e39456
1
Parent(s):
cfb1602
Remove specific CSS styling for text input height in app.py to streamline the user interface and maintain consistency across components.
Browse files
app.py
CHANGED
@@ -60,10 +60,6 @@ st.markdown("""
|
|
60 |
background-color: #DAA520;
|
61 |
color: white;
|
62 |
}
|
63 |
-
|
64 |
-
div[data-testid="stBlock"] stTextInput > div[data-baseweb="input"] {
|
65 |
-
height: 5px;
|
66 |
-
}
|
67 |
</style>""", unsafe_allow_html=True)
|
68 |
|
69 |
@st.cache_resource(ttl = 61)
|
|
|
60 |
background-color: #DAA520;
|
61 |
color: white;
|
62 |
}
|
|
|
|
|
|
|
|
|
63 |
</style>""", unsafe_allow_html=True)
|
64 |
|
65 |
@st.cache_resource(ttl = 61)
|