awacke1 commited on
Commit
b3a95ad
Β·
1 Parent(s): 21dd4d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -101,7 +101,8 @@ HEL="""
101
  """
102
 
103
  def generate_letter_menu_ui():
104
- st.title("πŸ₯ Letter Type Selection")
 
105
 
106
  # Define the letter types and their corresponding markdown sections
107
  letter_types = {
 
101
  """
102
 
103
  def generate_letter_menu_ui():
104
+ #st.title("πŸ₯ Letter Type Selection")
105
+ st.markdown("""## πŸ₯ Letter Type Selection""")
106
 
107
  # Define the letter types and their corresponding markdown sections
108
  letter_types = {