techAnkit commited on
Commit
313d306
·
verified ·
1 Parent(s): 8e9dce5

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -3
src/streamlit_app.py CHANGED
@@ -604,8 +604,7 @@ def modern_forecast():
604
  """)
605
 
606
 
607
-
608
- def modern_about_section():
609
  # Apply custom CSS with dark background and light text
610
  st.markdown("""
611
  <style>
@@ -737,7 +736,6 @@ def modern_forecast():
737
  st.markdown('</div>', unsafe_allow_html=True) # close container div
738
 
739
 
740
-
741
 
742
  def modern_recommendations():
743
  if "user_inputs" not in st.session_state:
 
604
  """)
605
 
606
 
607
+ def modern_about_section():
 
608
  # Apply custom CSS with dark background and light text
609
  st.markdown("""
610
  <style>
 
736
  st.markdown('</div>', unsafe_allow_html=True) # close container div
737
 
738
 
 
739
 
740
  def modern_recommendations():
741
  if "user_inputs" not in st.session_state: