Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,11 +55,11 @@ def query_annual_report(query):
|
|
55 |
return response.response
|
56 |
|
57 |
# Adjust the title based on the selected model
|
58 |
-
st.header("BD
|
59 |
|
60 |
with st.expander("About this App"):
|
61 |
st.write(f"""
|
62 |
-
This ChatApp allows users to communicate with custom Annual Report from BD
|
63 |
""")
|
64 |
|
65 |
# Initialize chat history
|
|
|
55 |
return response.response
|
56 |
|
57 |
# Adjust the title based on the selected model
|
58 |
+
st.header("BD Anual Reports")
|
59 |
|
60 |
with st.expander("About this App"):
|
61 |
st.write(f"""
|
62 |
+
This ChatApp allows users to communicate with custom Annual Report from BD Sectors.
|
63 |
""")
|
64 |
|
65 |
# Initialize chat history
|