Modified my Project file
Browse files
app.py
CHANGED
@@ -44,34 +44,28 @@ st.markdown(
|
|
44 |
<img src="https://user-images.githubusercontent.com/115732734/271723332-6c824e95-5e2f-48ec-af1c-b66ac7db1d7a.jpeg" style="width:50%">
|
45 |
<img src="https://user-images.githubusercontent.com/115732734/271723345-50f27ca9-94ee-4e7c-ad3b-2b10f27d31bb.jpeg" style="width:50%">
|
46 |
</div>
|
47 |
-
|
48 |
-
# <div class="column">
|
49 |
-
# <img src="https://user-images.githubusercontent.com/115732734/271723351-3677394d-1cd3-4df8-8bec-616fa6bd3b2c.png" style="width:550">
|
50 |
-
# <img src="https://user-images.githubusercontent.com/115732734/271723337-bc1ce6d1-8bed-4c75-86b3-fbb2d2eef919.png" style="width:550">
|
51 |
-
# </div>
|
52 |
-
|
53 |
</div>
|
54 |
|
55 |
-
# Style
|
56 |
-
|
57 |
-
<style>
|
58 |
-
.row {
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
}
|
63 |
-
|
64 |
-
/* Create two equal columns that sits next to each other */
|
65 |
-
.column {
|
66 |
-
|
67 |
-
|
68 |
-
}
|
69 |
-
|
70 |
-
.column img {
|
71 |
-
|
72 |
-
|
73 |
-
}
|
74 |
-
</style>
|
75 |
""",
|
76 |
unsafe_allow_html=True
|
77 |
)
|
|
|
44 |
<img src="https://user-images.githubusercontent.com/115732734/271723332-6c824e95-5e2f-48ec-af1c-b66ac7db1d7a.jpeg" style="width:50%">
|
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 |
)
|