Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,6 +39,7 @@ st.markdown("""
|
|
| 39 |
margin-right: 10px;
|
| 40 |
}
|
| 41 |
</style>
|
|
|
|
| 42 |
""", unsafe_allow_html=True)
|
| 43 |
|
| 44 |
def display_progress_tracker(container, steps, current_step_index):
|
|
|
|
| 39 |
margin-right: 10px;
|
| 40 |
}
|
| 41 |
</style>
|
| 42 |
+
|
| 43 |
""", unsafe_allow_html=True)
|
| 44 |
|
| 45 |
def display_progress_tracker(container, steps, current_step_index):
|