Spaces:
Runtime error
Runtime error
Commit
·
684dd3e
1
Parent(s):
cdc8dd1
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ Built with [CLIP-fa](https://github.com/sajjjadayobi/CLIPfa) model and 25k image
|
|
36 |
|
37 |
|
38 |
def main():
|
39 |
-
|
40 |
<style>
|
41 |
.block-container{
|
42 |
max-width: 1200px;
|
@@ -57,7 +57,9 @@ def main():
|
|
57 |
visibility: hidden;
|
58 |
}
|
59 |
</style>''',
|
60 |
-
|
|
|
|
|
61 |
|
62 |
st.sidebar.markdown(description)
|
63 |
_, c, _ = st.columns((1, 3, 1))
|
|
|
36 |
|
37 |
|
38 |
def main():
|
39 |
+
st.markdown('''
|
40 |
<style>
|
41 |
.block-container{
|
42 |
max-width: 1200px;
|
|
|
57 |
visibility: hidden;
|
58 |
}
|
59 |
</style>''',
|
60 |
+
|
61 |
+
unsafe_allow_html=True)
|
62 |
+
|
63 |
|
64 |
st.sidebar.markdown(description)
|
65 |
_, c, _ = st.columns((1, 3, 1))
|