added application startup command
Browse files- 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()
|