Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def handle_userinput(user_question):
|
|
113 |
|
114 |
def main():
|
115 |
load_dotenv()
|
116 |
-
st.set_page_config(page_title="Chat with multiple Files",
|
117 |
page_icon=":books:")
|
118 |
st.write(css, unsafe_allow_html=True)
|
119 |
|
|
|
113 |
|
114 |
def main():
|
115 |
load_dotenv()
|
116 |
+
st.set_page_config(page_title="Chat with multiple Files :)",
|
117 |
page_icon=":books:")
|
118 |
st.write(css, unsafe_allow_html=True)
|
119 |
|