kimteawan commited on
Commit
e98fb37
·
1 Parent(s): a7c61d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)