Spaces:
Sleeping
Sleeping
Update pages/Data Collection.py
Browse files- pages/Data Collection.py +2 -2
pages/Data Collection.py
CHANGED
|
@@ -466,7 +466,7 @@ if st.session_state.current_page == "explore_excel":
|
|
| 466 |
with col1:
|
| 467 |
st.markdown("""
|
| 468 |
<a href="https://colab.research.google.com/drive/1qSWM2h-_ND9Nv7GVW9q5onpdcrlFauHc?usp=sharing" target="_blank">
|
| 469 |
-
<button style="background-color: #FFFFFF; color:
|
| 470 |
Open Google Colab File
|
| 471 |
</button>
|
| 472 |
</a>
|
|
@@ -475,7 +475,7 @@ if st.session_state.current_page == "explore_excel":
|
|
| 475 |
with col2:
|
| 476 |
st.markdown("""
|
| 477 |
<a href="#" onclick="window.history.back(); return false;">
|
| 478 |
-
<button style="background-color: #FFFFFF; color:
|
| 479 |
⬅️ Back to Previous Page
|
| 480 |
</button>
|
| 481 |
</a>
|
|
|
|
| 466 |
with col1:
|
| 467 |
st.markdown("""
|
| 468 |
<a href="https://colab.research.google.com/drive/1qSWM2h-_ND9Nv7GVW9q5onpdcrlFauHc?usp=sharing" target="_blank">
|
| 469 |
+
<button style="background-color: #FFFFFF; color: black; border: none; padding: 10px 20px; text-align: center; text-decoration: none; font-size: 16px; border-radius: 5px; cursor: pointer;">
|
| 470 |
Open Google Colab File
|
| 471 |
</button>
|
| 472 |
</a>
|
|
|
|
| 475 |
with col2:
|
| 476 |
st.markdown("""
|
| 477 |
<a href="#" onclick="window.history.back(); return false;">
|
| 478 |
+
<button style="background-color: #FFFFFF; color: black; border: none; padding: 10px 20px; text-align: center; text-decoration: none; font-size: 16px; border-radius: 5px; cursor: pointer;">
|
| 479 |
⬅️ Back to Previous Page
|
| 480 |
</button>
|
| 481 |
</a>
|