Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,6 @@ def handle_userinput(user_question):
|
|
115 |
|
116 |
def main():
|
117 |
load_dotenv()
|
118 |
-
st.set_option('browser.gatherUsageStats', False)
|
119 |
st.set_page_config(page_title="Chat with multiple Files",
|
120 |
page_icon=":books:")
|
121 |
st.write(css, unsafe_allow_html=True)
|
|
|
115 |
|
116 |
def main():
|
117 |
load_dotenv()
|
|
|
118 |
st.set_page_config(page_title="Chat with multiple Files",
|
119 |
page_icon=":books:")
|
120 |
st.write(css, unsafe_allow_html=True)
|