Spaces:
Sleeping
Sleeping
Update views/questions_screen.py
Browse files
views/questions_screen.py
CHANGED
|
@@ -227,7 +227,7 @@ def questions_screen(data):
|
|
| 227 |
|
| 228 |
try:
|
| 229 |
config = data.iloc[current_index]
|
| 230 |
-
st.markdown(f"## Hello {st.session_state.username.
|
| 231 |
# Progress bar
|
| 232 |
progress = (current_index + 1) / len(data)
|
| 233 |
st.progress(progress)
|
|
|
|
| 227 |
|
| 228 |
try:
|
| 229 |
config = data.iloc[current_index]
|
| 230 |
+
st.markdown(f"## Hello {st.session_state.username.title()} π")
|
| 231 |
# Progress bar
|
| 232 |
progress = (current_index + 1) / len(data)
|
| 233 |
st.progress(progress)
|