Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def main():
|
|
45 |
}
|
46 |
""")
|
47 |
|
48 |
-
|
49 |
|
50 |
st.write("Select your current climbing grade and the grade of the route you plan to climb. Grades are expressed following the French system.")
|
51 |
current_grade_french = st.selectbox("Climber's Current Grade (French)", options=list(french_to_ewbank.keys()))
|
|
|
45 |
}
|
46 |
""")
|
47 |
|
48 |
+
st.sidebar.write("""\n\nDeveloped by Edoardo Bianchi""")
|
49 |
|
50 |
st.write("Select your current climbing grade and the grade of the route you plan to climb. Grades are expressed following the French system.")
|
51 |
current_grade_french = st.selectbox("Climber's Current Grade (French)", options=list(french_to_ewbank.keys()))
|