LICENSEs
This commit is contained in:
@@ -19,7 +19,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
------------------------------------------------------------------------------------------------------------
|
||||
|
||||
THIS PROJECT IS USING THE STREAMLIT-PYTHON-FRAMEWORK [https://streamlit.io/](https://streamlit.io/) /
|
||||
[https://github.com/streamlit/streamlit](https://github.com/streamlit/streamlit) WHICH IS
|
||||
Licensed under the Apache License, Version 2.0. The LICENCE- and NOTICE-File of Streamlit is included in the
|
||||
files [LICENCE_streamlit](./LICENSE_streamlit) and [NOTICES_streamlit](./NOTICES_streamlit)
|
||||
THIS PROJECT IS USING THE STREAMLIT-PYTHON-FRAMEWORK https://streamlit.io / https://github.com/streamlit/streamlit
|
||||
WHICH IS Licensed under the Apache License, Version 2.0. The LICENCE- and NOTICE-File of Streamlit is included in the
|
||||
project root as LICENSE_streamlit and NOTICES_streamlit
|
||||
@@ -1,5 +1,5 @@
|
||||
# Copyright (c) 2025 Martin Kayser (tebarius)
|
||||
# Licensed under the MIT License. See LICENSE.md file in the project root.
|
||||
# Licensed under the MIT License. See LICENSE file in the project root.
|
||||
import streamlit as st
|
||||
|
||||
import tools
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Copyright (c) 2025 Martin Kayser (tebarius)
|
||||
# Licensed under the MIT License. See LICENSE.md file in the project root.
|
||||
# Licensed under the MIT License. See LICENSE file in the project root.
|
||||
import math
|
||||
from re import match # für unkennify
|
||||
import streamlit as st
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Copyright (c) 2025 Martin Kayser (tebarius)
|
||||
# Licensed under the MIT License. See LICENSE.md file in the project root.
|
||||
# Licensed under the MIT License. See LICENSE file in the project root.
|
||||
from itertools import chain # für primfaktoren zerlegung
|
||||
import helper
|
||||
import pandas as pd
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Copyright (c) 2025 Martin Kayser (tebarius)
|
||||
# Licensed under the MIT License. See LICENSE.md file in the project root.
|
||||
# Licensed under the MIT License. See LICENSE file in the project root.
|
||||
# start with: streamlit run examples.py
|
||||
import streamlit as st
|
||||
|
||||
|
||||
Reference in New Issue
Block a user