sistine 0.2.4__tar.gz → 0.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sistine-0.2.4 → sistine-0.2.5}/PKG-INFO +1 -1
- {sistine-0.2.4 → sistine-0.2.5}/pyproject.toml +1 -1
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine/server.py +2 -2
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine.egg-info/PKG-INFO +1 -1
- {sistine-0.2.4 → sistine-0.2.5}/README.md +0 -0
- {sistine-0.2.4 → sistine-0.2.5}/setup.cfg +0 -0
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine/__init__.py +0 -0
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine/__main__.py +0 -0
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine/app.py +0 -0
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine/cli.py +0 -0
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine/el.py +0 -0
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine/query.py +0 -0
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine.egg-info/SOURCES.txt +0 -0
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine.egg-info/dependency_links.txt +0 -0
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine.egg-info/entry_points.txt +0 -0
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine.egg-info/requires.txt +0 -0
- {sistine-0.2.4 → sistine-0.2.5}/src/sistine.egg-info/top_level.txt +0 -0
|
@@ -58,7 +58,7 @@ class StreamlitServer:
|
|
|
58
58
|
.stApp { margin: 0; padding: 0; background: transparent !important; }
|
|
59
59
|
body { margin: 0; padding: 0; }
|
|
60
60
|
.sistine-wrap { position:fixed;inset:0;overflow-y:auto; }
|
|
61
|
-
.sistine-wrap, .sistine-wrap * {
|
|
61
|
+
.sistine-wrap, .sistine-wrap * { box-sizing: border-box; }
|
|
62
62
|
</style>
|
|
63
63
|
""",
|
|
64
64
|
unsafe_allow_html=True,
|
|
@@ -70,7 +70,7 @@ class StreamlitServer:
|
|
|
70
70
|
if not is_running_in_streamlit():
|
|
71
71
|
script = sys.argv[0]
|
|
72
72
|
print(
|
|
73
|
-
f"\n \033[1mSistine v0.2.
|
|
73
|
+
f"\n \033[1mSistine v0.2.5\033[0m — Starting Streamlit backend on http://{host}:{port}...\n"
|
|
74
74
|
)
|
|
75
75
|
|
|
76
76
|
import subprocess
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|