Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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 |
|