Update app.py
Browse files
app.py
CHANGED
@@ -38,10 +38,8 @@ st.markdown(
|
|
38 |
<source src="universe.mp4" type="video/mp4">
|
39 |
Your browser does not support the video tag.
|
40 |
</video>
|
|
|
41 |
</div>
|
42 |
""",
|
43 |
unsafe_allow_html=True
|
44 |
-
)
|
45 |
-
|
46 |
-
# Add the centered button
|
47 |
-
st.button("Explore Infinite", key="explore_button")
|
|
|
38 |
<source src="universe.mp4" type="video/mp4">
|
39 |
Your browser does not support the video tag.
|
40 |
</video>
|
41 |
+
<button class="centered-button">Explore Infinite</button>
|
42 |
</div>
|
43 |
""",
|
44 |
unsafe_allow_html=True
|
45 |
+
)
|
|
|
|
|
|