This commit is contained in:
2025-07-25 14:15:59 +02:00
parent 027d3ff9ca
commit 21ff989004
5 changed files with 4 additions and 4 deletions

View File

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2025 Martin Kayser (tebarius) # Copyright (c) 2025 Martin Kayser (tebarius)
# Licensed under the MIT License. See LICENSE file in the project root. # Licensed under the MIT License. See LICENSE.md file in the project root.
import streamlit as st import streamlit as st
import tools import tools

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2025 Martin Kayser (tebarius) # Copyright (c) 2025 Martin Kayser (tebarius)
# Licensed under the MIT License. See LICENSE file in the project root. # Licensed under the MIT License. See LICENSE.md file in the project root.
import math import math
from re import match # für unkennify from re import match # für unkennify
import streamlit as st import streamlit as st

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2025 Martin Kayser (tebarius) # Copyright (c) 2025 Martin Kayser (tebarius)
# Licensed under the MIT License. See LICENSE file in the project root. # Licensed under the MIT License. See LICENSE.md file in the project root.
from itertools import chain # für primfaktoren zerlegung from itertools import chain # für primfaktoren zerlegung
import helper import helper
import pandas as pd import pandas as pd

View File

@@ -1,5 +1,5 @@
# Copyright (c) 2025 Martin Kayser (tebarius) # Copyright (c) 2025 Martin Kayser (tebarius)
# Licensed under the MIT License. See LICENSE file in the project root. # Licensed under the MIT License. See LICENSE.md file in the project root.
# start with: streamlit run examples.py # start with: streamlit run examples.py
import streamlit as st import streamlit as st