RishuD7 commited on
Commit
87ad181
1 Parent(s): f49ef44

added application startup command

Browse files
Files changed (1) hide show
  1. streamlit_app.py +3 -0
streamlit_app.py CHANGED
@@ -86,3 +86,6 @@ def get_collection_names():
86
  # else:
87
  # st.error("Failed to retrieve documents.")
88
  # st.write(response.text)
 
 
 
 
86
  # else:
87
  # st.error("Failed to retrieve documents.")
88
  # st.write(response.text)
89
+
90
+ if __name__ == '__main__':
91
+ main()