Modified my project file
Browse files
app.py
CHANGED
@@ -45,27 +45,6 @@ st.markdown(
|
|
45 |
<img src="https://user-images.githubusercontent.com/115732734/271723345-50f27ca9-94ee-4e7c-ad3b-2b10f27d31bb.jpeg" style="width:50%">
|
46 |
</div>
|
47 |
</div>
|
48 |
-
|
49 |
-
# # Style
|
50 |
-
|
51 |
-
# <style>
|
52 |
-
# .row {
|
53 |
-
# display: flex;
|
54 |
-
# flex-wrap: wrap;
|
55 |
-
# padding: 0 4px;
|
56 |
-
# }
|
57 |
-
|
58 |
-
# /* Create two equal columns that sits next to each other */
|
59 |
-
# .column {
|
60 |
-
# flex: 50%;
|
61 |
-
# padding: 0 4px;
|
62 |
-
# }
|
63 |
-
|
64 |
-
# .column img {
|
65 |
-
# margin-top: 8px;
|
66 |
-
# vertical-align: middle;
|
67 |
-
# }
|
68 |
-
# </style>
|
69 |
""",
|
70 |
unsafe_allow_html=True
|
71 |
)
|
|
|
45 |
<img src="https://user-images.githubusercontent.com/115732734/271723345-50f27ca9-94ee-4e7c-ad3b-2b10f27d31bb.jpeg" style="width:50%">
|
46 |
</div>
|
47 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
""",
|
49 |
unsafe_allow_html=True
|
50 |
)
|