awacke1 commited on
Commit
2283da1
Β·
1 Parent(s): b3a95ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  # Set the page configuration to use the full width of the screen
4
  st.set_page_config(layout="wide")
5
 
6
- st.markdown("""
7
  ## Generative AI Letters for Managing Information Overload (GAL-MIO)
8
  | πŸ₯ **Letter Type** | πŸ“ **Definition** | πŸ“‹ **Data Fields** |
9
  |-----------------------|-----------------------------------------|-----------------------------|
@@ -127,4 +127,6 @@ def generate_letter_menu_ui():
127
  # Run the Streamlit UI function
128
  generate_letter_menu_ui()
129
 
 
 
130
 
 
3
  # Set the page configuration to use the full width of the screen
4
  st.set_page_config(layout="wide")
5
 
6
+ GALMIO=("""
7
  ## Generative AI Letters for Managing Information Overload (GAL-MIO)
8
  | πŸ₯ **Letter Type** | πŸ“ **Definition** | πŸ“‹ **Data Fields** |
9
  |-----------------------|-----------------------------------------|-----------------------------|
 
127
  # Run the Streamlit UI function
128
  generate_letter_menu_ui()
129
 
130
+ st.markdown(GALMIO)
131
+
132