Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,8 +85,7 @@ def user_input(user_question):
|
|
| 85 |
# Main function to run the Streamlit app
|
| 86 |
def main():
|
| 87 |
st.set_page_config(
|
| 88 |
-
page_title="
|
| 89 |
-
page_icon="🤖",
|
| 90 |
layout="wide",
|
| 91 |
initial_sidebar_state="expanded"
|
| 92 |
)
|
|
|
|
| 85 |
# Main function to run the Streamlit app
|
| 86 |
def main():
|
| 87 |
st.set_page_config(
|
| 88 |
+
page_title="A ChatBot for Standards ...",
|
|
|
|
| 89 |
layout="wide",
|
| 90 |
initial_sidebar_state="expanded"
|
| 91 |
)
|