Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,20 +49,9 @@ def init_chain():
|
|
49 |
def main():
|
50 |
init_page()
|
51 |
# Style adjustments (optional, remove if not needed)
|
52 |
-
st.markdown(
|
53 |
-
|
54 |
-
|
55 |
-
/* Custom style adjustments */
|
56 |
-
.st-emotion-cache-15ecox0 { display: none !important; }
|
57 |
-
@media (max-width: 50.5rem) {
|
58 |
-
.st-emotion-cache-13ln4jf {
|
59 |
-
max-width: calc(0rem + 100vw);
|
60 |
-
}
|
61 |
-
}
|
62 |
-
</style>
|
63 |
-
""",
|
64 |
-
unsafe_allow_html=True,
|
65 |
-
)
|
66 |
chain = init_chain()
|
67 |
if chain:
|
68 |
brand = st.text_input("γγ©γ³γεγε
₯εγγ¦γγ γγοΌδΎοΌγγ€γοΌ", key="brand")
|
|
|
49 |
def main():
|
50 |
init_page()
|
51 |
# Style adjustments (optional, remove if not needed)
|
52 |
+
st.markdown("""<style>.st-emotion-cache-15ecox0 { display: none !important; }
|
53 |
+
@media (max-width: 50.5rem) {.st-emotion-cache-13ln4jf {max-width: calc(0rem + 100vw);}}
|
54 |
+
</style>""",unsafe_allow_html=True,)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
chain = init_chain()
|
56 |
if chain:
|
57 |
brand = st.text_input("γγ©γ³γεγε
₯εγγ¦γγ γγοΌδΎοΌγγ€γοΌ", key="brand")
|