Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,13 +27,6 @@ st.markdown(
|
|
27 |
margin: auto !important;
|
28 |
}
|
29 |
|
30 |
-
/* You might need to target a more specific element depending on the Streamlit version */
|
31 |
-
/* If the above doesn't work, try inspecting the element in your browser */
|
32 |
-
/* and use a selector like: */
|
33 |
-
/* div[data-testid="stAppViewContainer"] > section > div[data-testid="stBlock"] { */
|
34 |
-
/* max-width: 90% !important; */
|
35 |
-
/* } */
|
36 |
-
|
37 |
</style>
|
38 |
""",
|
39 |
unsafe_allow_html=True
|
|
|
27 |
margin: auto !important;
|
28 |
}
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
</style>
|
31 |
""",
|
32 |
unsafe_allow_html=True
|