PCFISH commited on
Commit
b701d33
1 Parent(s): 1138359

Update app.py

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