EdBianchi commited on
Commit
dc377c7
·
verified ·
1 Parent(s): 11db43b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def main():
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()))
 
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()))